Html Css Color HEX #BD840D Dark Goldenrod

📋 copy color: '#BD840D'

red 189 ◦ green 132 ◦ blue 13

#BD840D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BD840D

Tints of Dark Goldenrod #BD840D

RGB

 RED value IS 189 (74.22% from 255) = 56.59%

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 56.59%
G = 39.52%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD840D (or 0xBD840D) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 0D. RGB value is (189,132,13). Sum of RGB (Red+Green+Blue) = 189+132+13=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD840D is #427BF2. Grayscale: #888888. Windows color (decimal): -4357107 or 885949. OLE color: 885949.

HSL color Cylindrical-coordinate representation of color #BD840D: hue angle of 40.57º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD840D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 13 -
CMYK 0 0.30 0.93 0.26
HSL 40.57º 0.87% 0.4% -
HSV(B) 40.57º 0.93% 0.74% -
XYZ 29.31 27.35 4.12 -
YUV 135.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 189 132 13 0 0.30 0.93 0.26 40.57 0.87 0.4
Hex BD 84 D 0 1E 5D 1A 29 57 28
Octal 275 204 15 0 36 135 32 51 127 50
Binary 10111101 10000100 1101 0 11110 1011101 11010 101001 1010111 101000

Color Harmonies of #BD840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD840D

Black with #BD840D

Text Example


Text Example

White with #BD840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD840D; }

 p { color: rgb(189,132,13); }

 H1.HeaderClassName
 {
   color: #BD840D;
 }
 .AnyTagClassName
 {
   color: #BD840D;
 }
</style>

background-color css

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

 a { background-color: rgb(189,132,13); }

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

border-color css

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

 span { border-color: rgb(189,132,13); }

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