Html Css Color HEX #BD8A11 Dark Goldenrod

📋 copy color: '#BD8A11'

red 189 ◦ green 138 ◦ blue 17

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

Shades of Dark Goldenrod #BD8A11

Tints of Dark Goldenrod #BD8A11

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

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

R = 54.94%
G = 40.12%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD8A11 (or 0xBD8A11) is known color: Dark Goldenrod. HEX triplet: BD, 8A and 11. RGB value is (189,138,17). Sum of RGB (Red+Green+Blue) = 189+138+17=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8A11 is #4275EE. Grayscale: #8B8B8B. Windows color (decimal): -4355567 or 1149629. OLE color: 1149629.

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

Color convert

RGB 189 138 17 -
CMYK 0 0.27 0.91 0.26
HSL 42.21º 0.83% 0.4% -
HSV(B) 42.21º 0.91% 0.74% -
XYZ 30.18 29.04 4.54 -
YUV 139.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 189 138 17 0 0.27 0.91 0.26 42.21 0.83 0.4
Hex BD 8A 11 0 1B 5B 1A 2A 53 28
Octal 275 212 21 0 33 133 32 52 123 50
Binary 10111101 10001010 10001 0 11011 1011011 11010 101010 1010011 101000

Color Harmonies of #BD8A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A11

Black with #BD8A11

Text Example


Text Example

White with #BD8A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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