#B3851A

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

Shades of Dark Goldenrod #B3851A

Tints of Dark Goldenrod #B3851A

Color information

#B3851A (or 0xB3851A) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 85 and 1A. RGB value is (179,133,26). Sum of RGB (Red+Green+Blue) = 179+133+26=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3851A is #4C7AE5. Grayscale: #878787. Windows color (decimal): -5012198 or 1738163. OLE color: 1738163.

HSL color Cylindrical-coordinate representation of color #B3851A: hue angle of 41.96º 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 #B3851A is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17913326-
CMYK00.260.850.30
HSL41.96º74.63%40.2%-
HSV(B)41.96º85.47%70.2%-
XYZ27.1626.434.65-
YUV134.5666.74159.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.96%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=52.96%
G=39.35%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791332600.260.850.3041.9674.6340.2
HexB3851A01A551E2a4b28
Octal26320532032125365211350
Binary1011001110000101110100110101010101111101010101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3851A; }

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

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

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

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

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

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

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

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