Html Css Color HEX #B09C76 Bronco

📋 copy color: '#B09C76'

red 176 ◦ green 156 ◦ blue 118

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

Shades of Bronco #B09C76

Tints of Bronco #B09C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

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

R = 39.11%
G = 34.67%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B09C76 (or 0xB09C76) is known color: Bronco. HEX triplet: B0, 9C and 76. RGB value is (176,156,118). Sum of RGB (Red+Green+Blue) = 176+156+118=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C76 is #4F6389. Grayscale: #9D9D9D. Windows color (decimal): -5202826 or 7773360. OLE color: 7773360.

HSL color Cylindrical-coordinate representation of color #B09C76: hue angle of 39.31º 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 #B09C76 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 118 -
CMYK 0 0.11 0.33 0.31
HSL 39.31º 0.27% 0.58% -
HSV(B) 39.31º 0.33% 0.69% -
XYZ 33.06 34.32 22.02 -
YUV 157.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 176 156 118 0 0.11 0.33 0.31 39.31 0.27 0.58
Hex B0 9C 76 0 B 21 1F 27 1B 3A
Octal 260 234 166 0 13 41 37 47 33 72
Binary 10110000 10011100 1110110 0 1011 100001 11111 100111 11011 111010

Color Harmonies of #B09C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C76

Black with #B09C76

Text Example


Text Example

White with #B09C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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