Html Css Color HEX #BD830D Dark Goldenrod

📋 copy color: '#BD830D'

red 189 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #BD830D

Tints of Dark Goldenrod #BD830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

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

R = 56.76%
G = 39.34%
B = 3.9%

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

#BD830D (or 0xBD830D) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 0D. RGB value is (189,131,13). Sum of RGB (Red+Green+Blue) = 189+131+13=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD830D is #427CF2. Grayscale: #878787. Windows color (decimal): -4357363 or 885693. OLE color: 885693.

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

Color convert

RGB 189 131 13 -
CMYK 0 0.31 0.93 0.26
HSL 40.23º 0.87% 0.4% -
HSV(B) 40.23º 0.93% 0.74% -
XYZ 29.18 27.08 4.07 -
YUV 134.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 189 131 13 0 0.31 0.93 0.26 40.23 0.87 0.4
Hex BD 83 D 0 1F 5D 1A 28 57 28
Octal 275 203 15 0 37 135 32 50 127 50
Binary 10111101 10000011 1101 0 11111 1011101 11010 101000 1010111 101000

Color Harmonies of #BD830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD830D

Black with #BD830D

Text Example


Text Example

White with #BD830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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