Html Css Color HEX #BF7732 Meteor

📋 copy color: '#BF7732'

red 191 ◦ green 119 ◦ blue 50

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

Shades of Meteor #BF7732

Tints of Meteor #BF7732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 53.06%
G = 33.06%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7732 (or 0xBF7732) is known color: Meteor. HEX triplet: BF, 77 and 32. RGB value is (191,119,50). Sum of RGB (Red+Green+Blue) = 191+119+50=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7732 is #4088CD. Grayscale: #858585. Windows color (decimal): -4229326 or 3307455. OLE color: 3307455.

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

Color convert

RGB 191 119 50 -
CMYK 0 0.38 0.74 0.25
HSL 29.36º 0.59% 0.47% -
HSV(B) 29.36º 0.74% 0.75% -
XYZ 28.66 24.5 6.24 -
YUV 132.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 191 119 50 0 0.38 0.74 0.25 29.36 0.59 0.47
Hex BF 77 32 0 26 4A 19 1D 3B 2F
Octal 277 167 62 0 46 112 31 35 73 57
Binary 10111111 1110111 110010 0 100110 1001010 11001 11101 111011 101111

Color Harmonies of #BF7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7732

Black with #BF7732

Text Example


Text Example

White with #BF7732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7732; }

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

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

background-color css

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

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

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

border-color css

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

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

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