#bf702d

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

Shades of Meteor #BF702D

Tints of Meteor #BF702D

Color information

#BF702D (or 0xBF702D) is unknown color: approx Meteor. HEX triplet: BF, 70 and 2D. RGB value is (191,112,45). Sum of RGB (Red+Green+Blue) = 191+112+45=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF702D is #408FD2. Grayscale: #808080. Windows color (decimal): -4231123 or 2977983. OLE color: 2977983.

HSL color Cylindrical-coordinate representation of color #BF702D: hue angle of 27.53º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF702D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19111245-
CMYK00.410.760.25
HSL27.53º61.86%46.27%-
HSV(B)27.53º76.44%74.9%-
XYZ27.7522.855.43-
YUV127.9881.17172.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=54.89%
G=32.18%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911124500.410.760.2527.5361.8646.27
HexBF702D0294C191c3e2e
Octal2771605505111431347656
Binary101111111110000101101010100110011001100111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf702d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf702d; }

 p { color: rgb(191,112,45); }

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

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

 a { background-color: rgb(191,112,45); }

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

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

 span { border-color: rgb(191,112,45); }

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