Html Css Color HEX #BC700E Dark Goldenrod

📋 copy color: '#BC700E'

red 188 ◦ green 112 ◦ blue 14

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

Shades of Dark Goldenrod #BC700E

Tints of Dark Goldenrod #BC700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 59.87%
G = 35.67%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC700E (or 0xBC700E) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 0E. RGB value is (188,112,14). Sum of RGB (Red+Green+Blue) = 188+112+14=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC700E is #438FF1. Grayscale: #7C7C7C. Windows color (decimal): -4427762 or 946364. OLE color: 946364.

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

Color convert

RGB 188 112 14 -
CMYK 0 0.40 0.93 0.26
HSL 33.79º 0.86% 0.4% -
HSV(B) 33.79º 0.93% 0.74% -
XYZ 26.61 22.31 3.32 -
YUV 123.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 188 112 14 0 0.40 0.93 0.26 33.79 0.86 0.4
Hex BC 70 E 0 28 5D 1A 22 56 28
Octal 274 160 16 0 50 135 32 42 126 50
Binary 10111100 1110000 1110 0 101000 1011101 11010 100010 1010110 101000

Color Harmonies of #BC700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC700E

Black with #BC700E

Text Example


Text Example

White with #BC700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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