Html Css Color HEX #BC8C0E Dark Goldenrod

📋 copy color: '#BC8C0E'

red 188 ◦ green 140 ◦ blue 14

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

Shades of Dark Goldenrod #BC8C0E

Tints of Dark Goldenrod #BC8C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 54.97%
G = 40.94%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC8C0E (or 0xBC8C0E) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 0E. RGB value is (188,140,14). Sum of RGB (Red+Green+Blue) = 188+140+14=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C0E is #4373F1. Grayscale: #8C8C8C. Windows color (decimal): -4420594 or 953532. OLE color: 953532.

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

Color convert

RGB 188 140 14 -
CMYK 0 0.26 0.93 0.26
HSL 43.45º 0.86% 0.4% -
HSV(B) 43.45º 0.93% 0.74% -
XYZ 30.2 29.48 4.51 -
YUV 139.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 188 140 14 0 0.26 0.93 0.26 43.45 0.86 0.4
Hex BC 8C E 0 1A 5D 1A 2B 56 28
Octal 274 214 16 0 32 135 32 53 126 50
Binary 10111100 10001100 1110 0 11010 1011101 11010 101011 1010110 101000

Color Harmonies of #BC8C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C0E

Black with #BC8C0E

Text Example


Text Example

White with #BC8C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C0E; }

 p { color: rgb(188,140,14); }

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

background-color css

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

 a { background-color: rgb(188,140,14); }

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

border-color css

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

 span { border-color: rgb(188,140,14); }

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