Html Css Color HEX #B4A087 Bronco

📋 copy color: '#B4A087'

red 180 ◦ green 160 ◦ blue 135

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

Shades of Bronco #B4A087

Tints of Bronco #B4A087

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

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

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

R = 37.89%
G = 33.68%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B4A087 (or 0xB4A087) is known color: Bronco. HEX triplet: B4, A0 and 87. RGB value is (180,160,135). Sum of RGB (Red+Green+Blue) = 180+160+135=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A087 is #4B5F78. Grayscale: #A3A3A3. Windows color (decimal): -4939641 or 8888500. OLE color: 8888500.

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

Color convert

RGB 180 160 135 -
CMYK 0 0.11 0.25 0.29
HSL 33.33º 0.23% 0.62% -
HSV(B) 33.33º 0.25% 0.71% -
XYZ 35.77 36.59 28.1 -
YUV 163.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 180 160 135 0 0.11 0.25 0.29 33.33 0.23 0.62
Hex B4 A0 87 0 B 19 1D 21 17 3E
Octal 264 240 207 0 13 31 35 41 27 76
Binary 10110100 10100000 10000111 0 1011 11001 11101 100001 10111 111110

Color Harmonies of #B4A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A087

Black with #B4A087

Text Example


Text Example

White with #B4A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A087; }

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

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

background-color css

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

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

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

border-color css

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

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

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