#BD821A

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

Shades of Dark Goldenrod #BD821A

Tints of Dark Goldenrod #BD821A

Color information

#BD821A (or 0xBD821A) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 82 and 1A. RGB value is (189,130,26). Sum of RGB (Red+Green+Blue) = 189+130+26=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD821A is #427DE5. Grayscale: #888888. Windows color (decimal): -4357606 or 1737405. OLE color: 1737405.

HSL color Cylindrical-coordinate representation of color #BD821A: hue angle of 38.28º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD821A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18913026-
CMYK00.310.860.26
HSL38.28º75.81%42.16%-
HSV(B)38.28º86.24%74.12%-
XYZ29.1626.864.62-
YUV135.7866.05165.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 26 (10.55% from 255) = 7.54%
R=54.78%
G=37.68%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891302600.310.860.2638.2875.8142.16
HexBD821A01F561A264c2a
Octal27520232037126324611452
Binary1011110110000010110100111111010110110101001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD821A; }

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

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

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

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

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

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

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

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