Html Css Color HEX #BD7D11 Dark Goldenrod

📋 copy color: '#BD7D11'

red 189 ◦ green 125 ◦ blue 17

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

Shades of Dark Goldenrod #BD7D11

Tints of Dark Goldenrod #BD7D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 57.1%
G = 37.76%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD7D11 (or 0xBD7D11) is known color: Dark Goldenrod. HEX triplet: BD, 7D and 11. RGB value is (189,125,17). Sum of RGB (Red+Green+Blue) = 189+125+17=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7D11 is #4282EE. Grayscale: #848484. Windows color (decimal): -4358895 or 1146301. OLE color: 1146301.

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

Color convert

RGB 189 125 17 -
CMYK 0 0.34 0.91 0.26
HSL 37.67º 0.83% 0.4% -
HSV(B) 37.67º 0.91% 0.74% -
XYZ 28.42 25.53 3.96 -
YUV 131.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 189 125 17 0 0.34 0.91 0.26 37.67 0.83 0.4
Hex BD 7D 11 0 22 5B 1A 26 53 28
Octal 275 175 21 0 42 133 32 46 123 50
Binary 10111101 1111101 10001 0 100010 1011011 11010 100110 1010011 101000

Color Harmonies of #BD7D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D11

Black with #BD7D11

Text Example


Text Example

White with #BD7D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D11; }

 p { color: rgb(189,125,17); }

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

background-color css

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

 a { background-color: rgb(189,125,17); }

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

border-color css

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

 span { border-color: rgb(189,125,17); }

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