Html Css Color HEX #BD820B Dark Goldenrod

📋 copy color: '#BD820B'

red 189 ◦ green 130 ◦ blue 11

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

Shades of Dark Goldenrod #BD820B

Tints of Dark Goldenrod #BD820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 57.27%
G = 39.39%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD820B (or 0xBD820B) is known color: Dark Goldenrod. HEX triplet: BD, 82 and 0B. RGB value is (189,130,11). Sum of RGB (Red+Green+Blue) = 189+130+11=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD820B is #427DF4. Grayscale: #868686. Windows color (decimal): -4357621 or 754365. OLE color: 754365.

HSL color Cylindrical-coordinate representation of color #BD820B: hue angle of 40.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD820B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 130 11 -
CMYK 0 0.31 0.94 0.26
HSL 40.11º 0.89% 0.39% -
HSV(B) 40.11º 0.94% 0.74% -
XYZ 29.03 26.81 3.96 -
YUV 134.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 189 130 11 0 0.31 0.94 0.26 40.11 0.89 0.39
Hex BD 82 B 0 1F 5E 1A 28 59 27
Octal 275 202 13 0 37 136 32 50 131 47
Binary 10111101 10000010 1011 0 11111 1011110 11010 101000 1011001 100111

Color Harmonies of #BD820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD820B

Black with #BD820B

Text Example


Text Example

White with #BD820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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