Html Css Color HEX #BC8010 Dark Goldenrod

📋 copy color: '#BC8010'

red 188 ◦ green 128 ◦ blue 16

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

Shades of Dark Goldenrod #BC8010

Tints of Dark Goldenrod #BC8010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 56.63%
G = 38.55%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC8010 (or 0xBC8010) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 10. RGB value is (188,128,16). Sum of RGB (Red+Green+Blue) = 188+128+16=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8010 is #437FEF. Grayscale: #858585. Windows color (decimal): -4423664 or 1081532. OLE color: 1081532.

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

Color convert

RGB 188 128 16 -
CMYK 0 0.32 0.91 0.26
HSL 39.07º 0.84% 0.4% -
HSV(B) 39.07º 0.91% 0.74% -
XYZ 28.55 26.17 4.04 -
YUV 133.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 188 128 16 0 0.32 0.91 0.26 39.07 0.84 0.4
Hex BC 80 10 0 20 5B 1A 27 54 28
Octal 274 200 20 0 40 133 32 47 124 50
Binary 10111100 10000000 10000 0 100000 1011011 11010 100111 1010100 101000

Color Harmonies of #BC8010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8010

Black with #BC8010

Text Example


Text Example

White with #BC8010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8010; }

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

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

background-color css

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

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

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

border-color css

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

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

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