Html Css Color HEX #B0A086 Bronco

📋 copy color: '#B0A086'

red 176 ◦ green 160 ◦ blue 134

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

Shades of Bronco #B0A086

Tints of Bronco #B0A086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

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

R = 37.45%
G = 34.04%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B0A086 (or 0xB0A086) is known color: Bronco. HEX triplet: B0, A0 and 86. RGB value is (176,160,134). Sum of RGB (Red+Green+Blue) = 176+160+134=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A086 is #4F5F79. Grayscale: #A1A1A1. Windows color (decimal): -5201786 or 8822960. OLE color: 8822960.

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

Color convert

RGB 176 160 134 -
CMYK 0 0.09 0.24 0.31
HSL 37.14º 0.21% 0.61% -
HSV(B) 37.14º 0.24% 0.69% -
XYZ 34.78 36.09 27.69 -
YUV 161.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 176 160 134 0 0.09 0.24 0.31 37.14 0.21 0.61
Hex B0 A0 86 0 9 18 1F 25 15 3D
Octal 260 240 206 0 11 30 37 45 25 75
Binary 10110000 10100000 10000110 0 1001 11000 11111 100101 10101 111101

Color Harmonies of #B0A086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A086

Black with #B0A086

Text Example


Text Example

White with #B0A086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A086; }

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

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

background-color css

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

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

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

border-color css

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

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

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