#B39F8A

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

Shades of Bronco #B39F8A

Tints of Bronco #B39F8A

Color information

#B39F8A (or 0xB39F8A) is unknown color: approx Bronco. HEX triplet: B3, 9F and 8A. RGB value is (179,159,138). Sum of RGB (Red+Green+Blue) = 179+159+138=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F8A is #4C6075. Grayscale: #A2A2A2. Windows color (decimal): -5005430 or 9084851. OLE color: 9084851.

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

Color convert

RGB179159138-
CMYK00.110.230.30
HSL30.73º21.24%62.16%-
HSV(B)30.73º22.91%70.2%-
XYZ35.5836.2129.16-
YUV162.59114.13139.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=37.61%
G=33.40%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915913800.110.230.3030.7321.2462.16
HexB39F8A0B171E1f153e
Octal2632372120132736372576
Binary1011001110011111100010100101110111111101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F8A; }

 p { color: rgb(179,159,138); }

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

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

 a { background-color: rgb(179,159,138); }

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

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

 span { border-color: rgb(179,159,138); }

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