Html Css Color HEX #BC8012 Dark Goldenrod

📋 copy color: '#BC8012'

red 188 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #BC8012

Tints of Dark Goldenrod #BC8012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 56.29%
G = 38.32%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8012 (or 0xBC8012) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 12. RGB value is (188,128,18). Sum of RGB (Red+Green+Blue) = 188+128+18=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8012 is #437FED. Grayscale: #858585. Windows color (decimal): -4423662 or 1212604. OLE color: 1212604.

HSL color Cylindrical-coordinate representation of color #BC8012: hue angle of 38.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8012 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 18 -
CMYK 0 0.32 0.90 0.26
HSL 38.82º 0.83% 0.4% -
HSV(B) 38.82º 0.9% 0.74% -
XYZ 28.57 26.17 4.12 -
YUV 133.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 188 128 18 0 0.32 0.90 0.26 38.82 0.83 0.4
Hex BC 80 12 0 20 5A 1A 27 53 28
Octal 274 200 22 0 40 132 32 47 123 50
Binary 10111100 10000000 10010 0 100000 1011010 11010 100111 1010011 101000

Color Harmonies of #BC8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8012

Black with #BC8012

Text Example


Text Example

White with #BC8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8012; }

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

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

background-color css

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

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

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

border-color css

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

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

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