Html Css Color HEX #BF7032 Meteor

📋 copy color: '#BF7032'

red 191 ◦ green 112 ◦ blue 50

#BF7032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #BF7032

Tints of Meteor #BF7032

RGB

 RED value IS 191 (75% from 255) = 54.11%

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 54.11%
G = 31.73%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7032 (or 0xBF7032) is known color: Meteor. HEX triplet: BF, 70 and 32. RGB value is (191,112,50). Sum of RGB (Red+Green+Blue) = 191+112+50=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7032 is #408FCD. Grayscale: #808080. Windows color (decimal): -4231118 or 3305663. OLE color: 3305663.

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

Color convert

RGB 191 112 50 -
CMYK 0 0.41 0.74 0.25
HSL 26.38º 0.59% 0.47% -
HSV(B) 26.38º 0.74% 0.75% -
XYZ 27.86 22.9 5.97 -
YUV 128.55 83.67 172.54 -
System Red Green Blue C M Y K H S L
Decimal 191 112 50 0 0.41 0.74 0.25 26.38 0.59 0.47
Hex BF 70 32 0 29 4A 19 1A 3B 2F
Octal 277 160 62 0 51 112 31 32 73 57
Binary 10111111 1110000 110010 0 101001 1001010 11001 11010 111011 101111

Color Harmonies of #BF7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7032

Black with #BF7032

Text Example


Text Example

White with #BF7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7032; }

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

 H1.HeaderClassName
 {
   color: #BF7032;
 }
 .AnyTagClassName
 {
   color: #BF7032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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