Html Css Color HEX #B09976 Bronco

📋 copy color: '#B09976'

red 176 ◦ green 153 ◦ blue 118

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

Shades of Bronco #B09976

Tints of Bronco #B09976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 39.37%
G = 34.23%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B09976 (or 0xB09976) is known color: Bronco. HEX triplet: B0, 99 and 76. RGB value is (176,153,118). Sum of RGB (Red+Green+Blue) = 176+153+118=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B09976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09976 is #4F6689. Grayscale: #9C9C9C. Windows color (decimal): -5203594 or 7772592. OLE color: 7772592.

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

Color convert

RGB 176 153 118 -
CMYK 0 0.13 0.33 0.31
HSL 36.21º 0.27% 0.58% -
HSV(B) 36.21º 0.33% 0.69% -
XYZ 32.57 33.32 21.85 -
YUV 155.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 176 153 118 0 0.13 0.33 0.31 36.21 0.27 0.58
Hex B0 99 76 0 D 21 1F 24 1B 3A
Octal 260 231 166 0 15 41 37 44 33 72
Binary 10110000 10011001 1110110 0 1101 100001 11111 100100 11011 111010

Color Harmonies of #B09976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09976

Black with #B09976

Text Example


Text Example

White with #B09976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09976; }

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

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

background-color css

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

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

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

border-color css

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

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

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