Html Css Color HEX #BC710E Dark Goldenrod

📋 copy color: '#BC710E'

red 188 ◦ green 113 ◦ blue 14

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

Shades of Dark Goldenrod #BC710E

Tints of Dark Goldenrod #BC710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 59.68%
G = 35.87%
B = 4.44%

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

#BC710E (or 0xBC710E) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 0E. RGB value is (188,113,14). Sum of RGB (Red+Green+Blue) = 188+113+14=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC710E is #438EF1. Grayscale: #7C7C7C. Windows color (decimal): -4427506 or 946620. OLE color: 946620.

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

Color convert

RGB 188 113 14 -
CMYK 0 0.40 0.93 0.26
HSL 34.14º 0.86% 0.4% -
HSV(B) 34.14º 0.93% 0.74% -
XYZ 26.72 22.53 3.36 -
YUV 124.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 188 113 14 0 0.40 0.93 0.26 34.14 0.86 0.4
Hex BC 71 E 0 28 5D 1A 22 56 28
Octal 274 161 16 0 50 135 32 42 126 50
Binary 10111100 1110001 1110 0 101000 1011101 11010 100010 1010110 101000

Color Harmonies of #BC710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC710E

Black with #BC710E

Text Example


Text Example

White with #BC710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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