Html Css Color HEX #BD8F10 Dark Goldenrod

📋 copy color: '#BD8F10'

red 189 ◦ green 143 ◦ blue 16

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

Shades of Dark Goldenrod #BD8F10

Tints of Dark Goldenrod #BD8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 54.31%
G = 41.09%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD8F10 (or 0xBD8F10) is known color: Dark Goldenrod. HEX triplet: BD, 8F and 10. RGB value is (189,143,16). Sum of RGB (Red+Green+Blue) = 189+143+16=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8F10 is #4270EF. Grayscale: #8E8E8E. Windows color (decimal): -4354288 or 1085373. OLE color: 1085373.

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

Color convert

RGB 189 143 16 -
CMYK 0 0.24 0.92 0.26
HSL 44.05º 0.84% 0.4% -
HSV(B) 44.05º 0.92% 0.74% -
XYZ 30.9 30.5 4.75 -
YUV 142.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 189 143 16 0 0.24 0.92 0.26 44.05 0.84 0.4
Hex BD 8F 10 0 18 5C 1A 2C 54 28
Octal 275 217 20 0 30 134 32 54 124 50
Binary 10111101 10001111 10000 0 11000 1011100 11010 101100 1010100 101000

Color Harmonies of #BD8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F10

Black with #BD8F10

Text Example


Text Example

White with #BD8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F10; }

 p { color: rgb(189,143,16); }

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

background-color css

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

 a { background-color: rgb(189,143,16); }

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

border-color css

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

 span { border-color: rgb(189,143,16); }

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