Html Css Color HEX #BC760E Dark Goldenrod

📋 copy color: '#BC760E'

red 188 ◦ green 118 ◦ blue 14

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

Shades of Dark Goldenrod #BC760E

Tints of Dark Goldenrod #BC760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

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

R = 58.75%
G = 36.88%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC760E (or 0xBC760E) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 0E. RGB value is (188,118,14). Sum of RGB (Red+Green+Blue) = 188+118+14=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC760E is #4389F1. Grayscale: #7F7F7F. Windows color (decimal): -4426226 or 947900. OLE color: 947900.

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

Color convert

RGB 188 118 14 -
CMYK 0 0.37 0.93 0.26
HSL 35.86º 0.86% 0.4% -
HSV(B) 35.86º 0.93% 0.74% -
XYZ 27.3 23.68 3.55 -
YUV 127.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 188 118 14 0 0.37 0.93 0.26 35.86 0.86 0.4
Hex BC 76 E 0 25 5D 1A 24 56 28
Octal 274 166 16 0 45 135 32 44 126 50
Binary 10111100 1110110 1110 0 100101 1011101 11010 100100 1010110 101000

Color Harmonies of #BC760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC760E

Black with #BC760E

Text Example


Text Example

White with #BC760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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