#B4A07D

Color #B4A07D Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #B4A07D

Tints of Bronco #B4A07D

Color information

#B4A07D (or 0xB4A07D) is unknown color: approx Bronco. HEX triplet: B4, A0 and 7D. RGB value is (180,160,125). Sum of RGB (Red+Green+Blue) = 180+160+125=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A07D is #4B5F82. Grayscale: #A2A2A2. Windows color (decimal): -4939651 or 8233140. OLE color: 8233140.

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

Color convert

RGB180160125-
CMYK00.110.310.29
HSL38.18º26.83%59.8%-
HSV(B)38.18º30.56%70.59%-
XYZ35.0936.3324.56-
YUV161.99107.13140.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=38.71%
G=34.41%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016012500.110.310.2938.1826.8359.8
HexB4A07D0B1F1D261b3c
Octal2642401750133735463374
Binary1011010010100000111110101011111111110110011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A07D; }

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

 H1.HeaderClassName
 {
   color: #B4A07D;
 }
 .AnyTagClassName
 {
   color: #B4A07D;
 }
</style>
background-color css

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

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

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

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

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

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