#BF7B35

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

Shades of Meteor #BF7B35

Tints of Meteor #BF7B35

Color information

#BF7B35 (or 0xBF7B35) is unknown color: approx Meteor. HEX triplet: BF, 7B and 35. RGB value is (191,123,53). Sum of RGB (Red+Green+Blue) = 191+123+53=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B35 is #4084CA. Grayscale: #878787. Windows color (decimal): -4228299 or 3505087. OLE color: 3505087.

HSL color Cylindrical-coordinate representation of color #BF7B35: hue angle of 30.43º 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 #BF7B35 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19112353-
CMYK00.360.720.25
HSL30.43º56.56%47.84%-
HSV(B)30.43º72.25%74.9%-
XYZ29.2125.56.75-
YUV135.3581.53167.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=52.04%
G=33.51%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911235300.360.720.2530.4356.5647.84
HexBF7B3502448191e3930
Octal2771736504411031367160
Binary101111111111011110101010010010010001100111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B35; }

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

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

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

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

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

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

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

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