Html Css Color HEX #BC8E12 Dark Goldenrod

📋 copy color: '#BC8E12'

red 188 ◦ green 142 ◦ blue 18

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

Shades of Dark Goldenrod #BC8E12

Tints of Dark Goldenrod #BC8E12

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.8%

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

R = 54.02%
G = 40.8%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8E12 (or 0xBC8E12) is known color: Dark Goldenrod. HEX triplet: BC, 8E and 12. RGB value is (188,142,18). Sum of RGB (Red+Green+Blue) = 188+142+18=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E12 is #4371ED. Grayscale: #8E8E8E. Windows color (decimal): -4420078 or 1216188. OLE color: 1216188.

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

Color convert

RGB 188 142 18 -
CMYK 0 0.24 0.90 0.26
HSL 43.76º 0.83% 0.4% -
HSV(B) 43.76º 0.9% 0.74% -
XYZ 30.52 30.08 4.77 -
YUV 141.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 188 142 18 0 0.24 0.90 0.26 43.76 0.83 0.4
Hex BC 8E 12 0 18 5A 1A 2C 53 28
Octal 274 216 22 0 30 132 32 54 123 50
Binary 10111100 10001110 10010 0 11000 1011010 11010 101100 1010011 101000

Color Harmonies of #BC8E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E12

Black with #BC8E12

Text Example


Text Example

White with #BC8E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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