Html Css Color HEX #B3A087 Bronco

📋 copy color: '#B3A087'

red 179 ◦ green 160 ◦ blue 135

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

Shades of Bronco #B3A087

Tints of Bronco #B3A087

RGB

 RED value IS 179 (70.31% from 255) = 37.76%

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

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

R = 37.76%
G = 33.76%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B3A087 (or 0xB3A087) is known color: Bronco. HEX triplet: B3, A0 and 87. RGB value is (179,160,135). Sum of RGB (Red+Green+Blue) = 179+160+135=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A087 is #4C5F78. Grayscale: #A2A2A2. Windows color (decimal): -5005177 or 8888499. OLE color: 8888499.

HSL color Cylindrical-coordinate representation of color #B3A087: hue angle of 34.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3A087 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 135 -
CMYK 0 0.11 0.25 0.30
HSL 34.09º 0.22% 0.62% -
HSV(B) 34.09º 0.25% 0.7% -
XYZ 35.53 36.47 28.09 -
YUV 162.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 179 160 135 0 0.11 0.25 0.30 34.09 0.22 0.62
Hex B3 A0 87 0 B 19 1E 22 16 3E
Octal 263 240 207 0 13 31 36 42 26 76
Binary 10110011 10100000 10000111 0 1011 11001 11110 100010 10110 111110

Color Harmonies of #B3A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A087

Black with #B3A087

Text Example


Text Example

White with #B3A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A087; }

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

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

background-color css

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

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

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

border-color css

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

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

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