Html Css Color HEX #B09C86 Bronco

📋 copy color: '#B09C86'

red 176 ◦ green 156 ◦ blue 134

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

Shades of Bronco #B09C86

Tints of Bronco #B09C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 37.77%
G = 33.48%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B09C86 (or 0xB09C86) is known color: Bronco. HEX triplet: B0, 9C and 86. RGB value is (176,156,134). Sum of RGB (Red+Green+Blue) = 176+156+134=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C86 is #4F6379. Grayscale: #9F9F9F. Windows color (decimal): -5202810 or 8821936. OLE color: 8821936.

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

Color convert

RGB 176 156 134 -
CMYK 0 0.11 0.24 0.31
HSL 31.43º 0.21% 0.61% -
HSV(B) 31.43º 0.24% 0.69% -
XYZ 34.1 34.73 27.46 -
YUV 159.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 176 156 134 0 0.11 0.24 0.31 31.43 0.21 0.61
Hex B0 9C 86 0 B 18 1F 1F 15 3D
Octal 260 234 206 0 13 30 37 37 25 75
Binary 10110000 10011100 10000110 0 1011 11000 11111 11111 10101 111101

Color Harmonies of #B09C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C86

Black with #B09C86

Text Example


Text Example

White with #B09C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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