Html Css Color HEX #BC7611 Dark Goldenrod

📋 copy color: '#BC7611'

red 188 ◦ green 118 ◦ blue 17

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

Shades of Dark Goldenrod #BC7611

Tints of Dark Goldenrod #BC7611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 58.2%
G = 36.53%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7611 (or 0xBC7611) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 11. RGB value is (188,118,17). Sum of RGB (Red+Green+Blue) = 188+118+17=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7611 is #4389EE. Grayscale: #7F7F7F. Windows color (decimal): -4426223 or 1144508. OLE color: 1144508.

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

Color convert

RGB 188 118 17 -
CMYK 0 0.37 0.91 0.26
HSL 35.44º 0.83% 0.4% -
HSV(B) 35.44º 0.91% 0.74% -
XYZ 27.32 23.69 3.66 -
YUV 127.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 188 118 17 0 0.37 0.91 0.26 35.44 0.83 0.4
Hex BC 76 11 0 25 5B 1A 23 53 28
Octal 274 166 21 0 45 133 32 43 123 50
Binary 10111100 1110110 10001 0 100101 1011011 11010 100011 1010011 101000

Color Harmonies of #BC7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7611

Black with #BC7611

Text Example


Text Example

White with #BC7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7611; }

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

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

background-color css

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

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

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

border-color css

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

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

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