Html Css Color HEX #BC8512 Dark Goldenrod

📋 copy color: '#BC8512'

red 188 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #BC8512

Tints of Dark Goldenrod #BC8512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

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

R = 55.46%
G = 39.23%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8512 (or 0xBC8512) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 12. RGB value is (188,133,18). Sum of RGB (Red+Green+Blue) = 188+133+18=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8512 is #437AED. Grayscale: #888888. Windows color (decimal): -4422382 or 1213884. OLE color: 1213884.

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

Color convert

RGB 188 133 18 -
CMYK 0 0.29 0.90 0.26
HSL 40.59º 0.83% 0.4% -
HSV(B) 40.59º 0.9% 0.74% -
XYZ 29.24 27.51 4.34 -
YUV 136.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 188 133 18 0 0.29 0.90 0.26 40.59 0.83 0.4
Hex BC 85 12 0 1D 5A 1A 29 53 28
Octal 274 205 22 0 35 132 32 51 123 50
Binary 10111100 10000101 10010 0 11101 1011010 11010 101001 1010011 101000

Color Harmonies of #BC8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8512

Black with #BC8512

Text Example


Text Example

White with #BC8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8512; }

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

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

background-color css

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

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

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

border-color css

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

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

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