#B3861A

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

Shades of Dark Goldenrod #B3861A

Tints of Dark Goldenrod #B3861A

Color information

#B3861A (or 0xB3861A) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 86 and 1A. RGB value is (179,134,26). Sum of RGB (Red+Green+Blue) = 179+134+26=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3861A is #4C79E5. Grayscale: #878787. Windows color (decimal): -5011942 or 1738419. OLE color: 1738419.

HSL color Cylindrical-coordinate representation of color #B3861A: hue angle of 42.35º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3861A is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17913426-
CMYK00.250.850.30
HSL42.35º74.63%40.2%-
HSV(B)42.35º85.47%70.2%-
XYZ27.326.714.69-
YUV135.1466.41159.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=52.80%
G=39.53%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791342600.250.850.3042.3574.6340.2
HexB3861A019551E2a4b28
Octal26320632031125365211350
Binary1011001110000110110100110011010101111101010101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3861A; }

 p { color: rgb(179,134,26); }

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

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

 a { background-color: rgb(179,134,26); }

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

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

 span { border-color: rgb(179,134,26); }

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