Html Css Color HEX #BC8D10 Dark Goldenrod

📋 copy color: '#BC8D10'

red 188 ◦ green 141 ◦ blue 16

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

Shades of Dark Goldenrod #BC8D10

Tints of Dark Goldenrod #BC8D10

RGB

 RED value IS 188 (73.83% from 255) = 54.49%

 GREEN value IS 141 (55.47% from 255) = 40.87%

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

R = 54.49%
G = 40.87%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC8D10 (or 0xBC8D10) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 10. RGB value is (188,141,16). Sum of RGB (Red+Green+Blue) = 188+141+16=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D10 is #4372EF. Grayscale: #8D8D8D. Windows color (decimal): -4420336 or 1084860. OLE color: 1084860.

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

Color convert

RGB 188 141 16 -
CMYK 0 0.25 0.91 0.26
HSL 43.6º 0.84% 0.4% -
HSV(B) 43.6º 0.91% 0.74% -
XYZ 30.36 29.78 4.64 -
YUV 140.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 188 141 16 0 0.25 0.91 0.26 43.6 0.84 0.4
Hex BC 8D 10 0 19 5B 1A 2C 54 28
Octal 274 215 20 0 31 133 32 54 124 50
Binary 10111100 10001101 10000 0 11001 1011011 11010 101100 1010100 101000

Color Harmonies of #BC8D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D10

Black with #BC8D10

Text Example


Text Example

White with #BC8D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D10; }

 p { color: rgb(188,141,16); }

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

background-color css

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

 a { background-color: rgb(188,141,16); }

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

border-color css

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

 span { border-color: rgb(188,141,16); }

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