Html Css Color HEX #BD820D Dark Goldenrod

📋 copy color: '#BD820D'

red 189 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #BD820D

Tints of Dark Goldenrod #BD820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 56.93%
G = 39.16%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD820D (or 0xBD820D) is known color: Dark Goldenrod. HEX triplet: BD, 82 and 0D. RGB value is (189,130,13). Sum of RGB (Red+Green+Blue) = 189+130+13=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD820D is #427DF2. Grayscale: #868686. Windows color (decimal): -4357619 or 885437. OLE color: 885437.

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

Color convert

RGB 189 130 13 -
CMYK 0 0.31 0.93 0.26
HSL 39.89º 0.87% 0.4% -
HSV(B) 39.89º 0.93% 0.74% -
XYZ 29.04 26.81 4.03 -
YUV 134.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 189 130 13 0 0.31 0.93 0.26 39.89 0.87 0.4
Hex BD 82 D 0 1F 5D 1A 28 57 28
Octal 275 202 15 0 37 135 32 50 127 50
Binary 10111101 10000010 1101 0 11111 1011101 11010 101000 1010111 101000

Color Harmonies of #BD820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD820D

Black with #BD820D

Text Example


Text Example

White with #BD820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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