#BF7C35

Color #BF7C35 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BF7C35

Tints of Meteor #BF7C35

Color information

#BF7C35 (or 0xBF7C35) is unknown color: approx Meteor. HEX triplet: BF, 7C and 35. RGB value is (191,124,53). Sum of RGB (Red+Green+Blue) = 191+124+53=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C35 is #4083CA. Grayscale: #888888. Windows color (decimal): -4228043 or 3505343. OLE color: 3505343.

HSL color Cylindrical-coordinate representation of color #BF7C35: hue angle of 30.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF7C35 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19112453-
CMYK00.350.720.25
HSL30.87º56.56%47.84%-
HSV(B)30.87º72.25%74.9%-
XYZ29.3425.756.79-
YUV135.9481.2167.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=51.90%
G=33.70%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911245300.350.720.2530.8756.5647.84
HexBF7C3502348191f3930
Octal2771746504311031377160
Binary101111111111100110101010001110010001100111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C35; }

 p { color: rgb(191,124,53); }

 H1.HeaderClassName
 {
   color: #BF7C35;
 }
 .AnyTagClassName
 {
   color: #BF7C35;
 }
</style>
background-color css

<style>
 a { background-color: #BF7C35; }

 a { background-color: rgb(191,124,53); }

 div.DivClassName
 {
   background-color: #BF7C35;
 }
 .BgClassName
 {
   background-color: #BF7C35;
 }
</style>
border-color css

<style>
 span { border-color: #BF7C35; }

 span { border-color: rgb(191,124,53); }

 td.TdClassName
 {
   border-color: #BF7C35;
 }
 .TagClassName
 {
   border-color: #BF7C35;
 }
</style>