#B3A07D

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

Shades of Bronco #B3A07D

Tints of Bronco #B3A07D

Color information

#B3A07D (or 0xB3A07D) is unknown color: approx Bronco. HEX triplet: B3, A0 and 7D. RGB value is (179,160,125). Sum of RGB (Red+Green+Blue) = 179+160+125=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A07D is #4C5F82. Grayscale: #A1A1A1. Windows color (decimal): -5005187 or 8233139. OLE color: 8233139.

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

Color convert

RGB179160125-
CMYK00.110.300.30
HSL38.89º26.21%59.61%-
HSV(B)38.89º30.17%70.2%-
XYZ34.8636.2124.55-
YUV161.69107.29140.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=38.58%
G=34.48%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916012500.110.300.3038.8926.2159.61
HexB3A07D0B1E1E271a3c
Octal2632401750133636473274
Binary1011001110100000111110101011111101111010011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A07D; }

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

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

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

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

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

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

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

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