#B4821A

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

Shades of Dark Goldenrod #B4821A

Tints of Dark Goldenrod #B4821A

Color information

#B4821A (or 0xB4821A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 82 and 1A. RGB value is (180,130,26). Sum of RGB (Red+Green+Blue) = 180+130+26=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4821A is #4B7DE5. Grayscale: #858585. Windows color (decimal): -4947430 or 1737396. OLE color: 1737396.

HSL color Cylindrical-coordinate representation of color #B4821A: hue angle of 40.52º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4821A is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18013026-
CMYK00.280.860.29
HSL40.52º74.76%40.39%-
HSV(B)40.52º85.56%70.59%-
XYZ26.9925.744.52-
YUV133.0967.56161.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=53.57%
G=38.69%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801302600.280.860.2940.5274.7640.39
HexB4821A01C561D294b28
Octal26420232034126355111350
Binary1011010010000010110100111001010110111011010011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4821A; }

 p { color: rgb(180,130,26); }

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

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

 a { background-color: rgb(180,130,26); }

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

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

 span { border-color: rgb(180,130,26); }

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