#BF7835

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

Shades of Meteor #BF7835

Tints of Meteor #BF7835

Color information

#BF7835 (or 0xBF7835) is unknown color: approx Meteor. HEX triplet: BF, 78 and 35. RGB value is (191,120,53). Sum of RGB (Red+Green+Blue) = 191+120+53=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7835 is #4087CA. Grayscale: #858585. Windows color (decimal): -4229067 or 3504319. OLE color: 3504319.

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

Color convert

RGB19112053-
CMYK00.370.720.25
HSL29.13º56.56%47.84%-
HSV(B)29.13º72.25%74.9%-
XYZ28.8424.776.63-
YUV133.5982.52168.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=52.47%
G=32.97%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911205300.370.720.2529.1356.5647.84
HexBF783502548191d3930
Octal2771706504511031357160
Binary101111111111000110101010010110010001100111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7835; }

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

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

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

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

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

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

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

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