Html Css Color HEX #BC770E Dark Goldenrod

📋 copy color: '#BC770E'

red 188 ◦ green 119 ◦ blue 14

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

Shades of Dark Goldenrod #BC770E

Tints of Dark Goldenrod #BC770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 58.57%
G = 37.07%
B = 4.36%

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

#BC770E (or 0xBC770E) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 0E. RGB value is (188,119,14). Sum of RGB (Red+Green+Blue) = 188+119+14=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC770E is #4388F1. Grayscale: #808080. Windows color (decimal): -4425970 or 948156. OLE color: 948156.

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

Color convert

RGB 188 119 14 -
CMYK 0 0.37 0.93 0.26
HSL 36.21º 0.86% 0.4% -
HSV(B) 36.21º 0.93% 0.74% -
XYZ 27.42 23.92 3.59 -
YUV 127.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 188 119 14 0 0.37 0.93 0.26 36.21 0.86 0.4
Hex BC 77 E 0 25 5D 1A 24 56 28
Octal 274 167 16 0 45 135 32 44 126 50
Binary 10111100 1110111 1110 0 100101 1011101 11010 100100 1010110 101000

Color Harmonies of #BC770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC770E

Black with #BC770E

Text Example


Text Example

White with #BC770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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