Html Css Color HEX #B0A087 Bronco

📋 copy color: '#B0A087'

red 176 ◦ green 160 ◦ blue 135

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

Shades of Bronco #B0A087

Tints of Bronco #B0A087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 37.37%
G = 33.97%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B0A087 (or 0xB0A087) is known color: Bronco. HEX triplet: B0, A0 and 87. RGB value is (176,160,135). Sum of RGB (Red+Green+Blue) = 176+160+135=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A087 is #4F5F78. Grayscale: #A2A2A2. Windows color (decimal): -5201785 or 8888496. OLE color: 8888496.

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

Color convert

RGB 176 160 135 -
CMYK 0 0.09 0.23 0.31
HSL 36.59º 0.21% 0.61% -
HSV(B) 36.59º 0.23% 0.69% -
XYZ 34.85 36.12 28.06 -
YUV 161.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 176 160 135 0 0.09 0.23 0.31 36.59 0.21 0.61
Hex B0 A0 87 0 9 17 1F 25 15 3D
Octal 260 240 207 0 11 27 37 45 25 75
Binary 10110000 10100000 10000111 0 1001 10111 11111 100101 10101 111101

Color Harmonies of #B0A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A087

Black with #B0A087

Text Example


Text Example

White with #B0A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A087; }

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

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

background-color css

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

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

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

border-color css

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

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

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