Html Css Color HEX #BD8C11 Dark Goldenrod

📋 copy color: '#BD8C11'

red 189 ◦ green 140 ◦ blue 17

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

Shades of Dark Goldenrod #BD8C11

Tints of Dark Goldenrod #BD8C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 54.62%
G = 40.46%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD8C11 (or 0xBD8C11) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 11. RGB value is (189,140,17). Sum of RGB (Red+Green+Blue) = 189+140+17=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C11 is #4273EE. Grayscale: #8D8D8D. Windows color (decimal): -4355055 or 1150141. OLE color: 1150141.

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

Color convert

RGB 189 140 17 -
CMYK 0 0.26 0.91 0.26
HSL 42.91º 0.83% 0.4% -
HSV(B) 42.91º 0.91% 0.74% -
XYZ 30.47 29.62 4.64 -
YUV 140.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 189 140 17 0 0.26 0.91 0.26 42.91 0.83 0.4
Hex BD 8C 11 0 1A 5B 1A 2B 53 28
Octal 275 214 21 0 32 133 32 53 123 50
Binary 10111101 10001100 10001 0 11010 1011011 11010 101011 1010011 101000

Color Harmonies of #BD8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C11

Black with #BD8C11

Text Example


Text Example

White with #BD8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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