Html Css Color HEX #BF7232 Meteor

📋 copy color: '#BF7232'

red 191 ◦ green 114 ◦ blue 50

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

Shades of Meteor #BF7232

Tints of Meteor #BF7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 53.8%
G = 32.11%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7232 (or 0xBF7232) is known color: Meteor. HEX triplet: BF, 72 and 32. RGB value is (191,114,50). Sum of RGB (Red+Green+Blue) = 191+114+50=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7232 is #408DCD. Grayscale: #828282. Windows color (decimal): -4230606 or 3306175. OLE color: 3306175.

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

Color convert

RGB 191 114 50 -
CMYK 0 0.40 0.74 0.25
HSL 27.23º 0.59% 0.47% -
HSV(B) 27.23º 0.74% 0.75% -
XYZ 28.08 23.34 6.04 -
YUV 129.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 191 114 50 0 0.40 0.74 0.25 27.23 0.59 0.47
Hex BF 72 32 0 28 4A 19 1B 3B 2F
Octal 277 162 62 0 50 112 31 33 73 57
Binary 10111111 1110010 110010 0 101000 1001010 11001 11011 111011 101111

Color Harmonies of #BF7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7232

Black with #BF7232

Text Example


Text Example

White with #BF7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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