#BD851A

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

Shades of Dark Goldenrod #BD851A

Tints of Dark Goldenrod #BD851A

Color information

#BD851A (or 0xBD851A) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 85 and 1A. RGB value is (189,133,26). Sum of RGB (Red+Green+Blue) = 189+133+26=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD851A is #427AE5. Grayscale: #8A8A8A. Windows color (decimal): -4356838 or 1738173. OLE color: 1738173.

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

Color convert

RGB18913326-
CMYK00.300.860.26
HSL39.39º75.81%42.16%-
HSV(B)39.39º86.24%74.12%-
XYZ29.5627.674.76-
YUV137.5565.05164.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=54.31%
G=38.22%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891332600.300.860.2639.3975.8142.16
HexBD851A01E561A274c2a
Octal27520532036126324711452
Binary1011110110000101110100111101010110110101001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD851A; }

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

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

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

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

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

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

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

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