#BD861A

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

Shades of Dark Goldenrod #BD861A

Tints of Dark Goldenrod #BD861A

Color information

#BD861A (or 0xBD861A) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 86 and 1A. RGB value is (189,134,26). Sum of RGB (Red+Green+Blue) = 189+134+26=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD861A is #4279E5. Grayscale: #8A8A8A. Windows color (decimal): -4356582 or 1738429. OLE color: 1738429.

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

Color convert

RGB18913426-
CMYK00.290.860.26
HSL39.75º75.81%42.16%-
HSV(B)39.75º86.24%74.12%-
XYZ29.727.944.81-
YUV138.1364.72164.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=54.15%
G=38.40%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891342600.290.860.2639.7575.8142.16
HexBD861A01D561A284c2a
Octal27520632035126325011452
Binary1011110110000110110100111011010110110101010001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD861A; }

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

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

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

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

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

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

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

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