Html Css Color HEX #B09972 Bronco

📋 copy color: '#B09972'

red 176 ◦ green 153 ◦ blue 114

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

Shades of Bronco #B09972

Tints of Bronco #B09972

RGB

 RED value IS 176 (69.14% from 255) = 39.73%

 GREEN value IS 153 (60.16% from 255) = 34.54%

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 39.73%
G = 34.54%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B09972 (or 0xB09972) is known color: Bronco. HEX triplet: B0, 99 and 72. RGB value is (176,153,114). Sum of RGB (Red+Green+Blue) = 176+153+114=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B09972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09972 is #4F668D. Grayscale: #9B9B9B. Windows color (decimal): -5203598 or 7510448. OLE color: 7510448.

HSL color Cylindrical-coordinate representation of color #B09972: hue angle of 37.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09972 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 114 -
CMYK 0 0.13 0.35 0.31
HSL 37.74º 0.28% 0.57% -
HSV(B) 37.74º 0.35% 0.69% -
XYZ 32.33 33.23 20.63 -
YUV 155.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 176 153 114 0 0.13 0.35 0.31 37.74 0.28 0.57
Hex B0 99 72 0 D 23 1F 26 1C 39
Octal 260 231 162 0 15 43 37 46 34 71
Binary 10110000 10011001 1110010 0 1101 100011 11111 100110 11100 111001

Color Harmonies of #B09972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09972

Black with #B09972

Text Example


Text Example

White with #B09972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09972; }

 p { color: rgb(176,153,114); }

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

background-color css

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

 a { background-color: rgb(176,153,114); }

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

border-color css

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

 span { border-color: rgb(176,153,114); }

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