#BD831A

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

Shades of Dark Goldenrod #BD831A

Tints of Dark Goldenrod #BD831A

Color information

#BD831A (or 0xBD831A) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 83 and 1A. RGB value is (189,131,26). Sum of RGB (Red+Green+Blue) = 189+131+26=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD831A is #427CE5. Grayscale: #888888. Windows color (decimal): -4357350 or 1737661. OLE color: 1737661.

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

Color convert

RGB18913126-
CMYK00.310.860.26
HSL38.65º75.81%42.16%-
HSV(B)38.65º86.24%74.12%-
XYZ29.2927.134.67-
YUV136.3765.72165.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=54.62%
G=37.86%
B=7.51%

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
Decimal1891312600.310.860.2638.6575.8142.16
HexBD831A01F561A274c2a
Octal27520332037126324711452
Binary1011110110000011110100111111010110110101001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD831A; }

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

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

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

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

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

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

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

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