Html Css Color HEX #B09C81 Bronco

📋 copy color: '#B09C81'

red 176 ◦ green 156 ◦ blue 129

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

Shades of Bronco #B09C81

Tints of Bronco #B09C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 38.18%
G = 33.84%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B09C81 (or 0xB09C81) is known color: Bronco. HEX triplet: B0, 9C and 81. RGB value is (176,156,129). Sum of RGB (Red+Green+Blue) = 176+156+129=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C81 is #4F637E. Grayscale: #9F9F9F. Windows color (decimal): -5202815 or 8494256. OLE color: 8494256.

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

Color convert

RGB 176 156 129 -
CMYK 0 0.11 0.27 0.31
HSL 34.47º 0.23% 0.6% -
HSV(B) 34.47º 0.27% 0.69% -
XYZ 33.76 34.59 25.67 -
YUV 158.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 176 156 129 0 0.11 0.27 0.31 34.47 0.23 0.6
Hex B0 9C 81 0 B 1B 1F 22 17 3C
Octal 260 234 201 0 13 33 37 42 27 74
Binary 10110000 10011100 10000001 0 1011 11011 11111 100010 10111 111100

Color Harmonies of #B09C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C81

Black with #B09C81

Text Example


Text Example

White with #B09C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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