#B39F7A

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

Shades of Bronco #B39F7A

Tints of Bronco #B39F7A

Color information

#B39F7A (or 0xB39F7A) is unknown color: approx Bronco. HEX triplet: B3, 9F and 7A. RGB value is (179,159,122). Sum of RGB (Red+Green+Blue) = 179+159+122=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F7A is #4C6085. Grayscale: #A0A0A0. Windows color (decimal): -5005446 or 8036275. OLE color: 8036275.

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

Color convert

RGB179159122-
CMYK00.110.320.30
HSL38.95º27.27%59.02%-
HSV(B)38.95º31.84%70.2%-
XYZ34.535.7923.5-
YUV160.76106.13141.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=38.91%
G=34.57%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915912200.110.320.3038.9527.2759.02
HexB39F7A0B201E271b3b
Octal2632371720134036473373
Binary10110011100111111111010010111000001111010011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F7A; }

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

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

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

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

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

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

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

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