Html Css Color HEX #BC7511 Dark Goldenrod

📋 copy color: '#BC7511'

red 188 ◦ green 117 ◦ blue 17

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

Shades of Dark Goldenrod #BC7511

Tints of Dark Goldenrod #BC7511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 58.39%
G = 36.34%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7511 (or 0xBC7511) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 11. RGB value is (188,117,17). Sum of RGB (Red+Green+Blue) = 188+117+17=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7511 is #438AEE. Grayscale: #7F7F7F. Windows color (decimal): -4426479 or 1144252. OLE color: 1144252.

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

Color convert

RGB 188 117 17 -
CMYK 0 0.38 0.91 0.26
HSL 35.09º 0.83% 0.4% -
HSV(B) 35.09º 0.91% 0.74% -
XYZ 27.2 23.45 3.62 -
YUV 126.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 188 117 17 0 0.38 0.91 0.26 35.09 0.83 0.4
Hex BC 75 11 0 26 5B 1A 23 53 28
Octal 274 165 21 0 46 133 32 43 123 50
Binary 10111100 1110101 10001 0 100110 1011011 11010 100011 1010011 101000

Color Harmonies of #BC7511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7511

Black with #BC7511

Text Example


Text Example

White with #BC7511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7511; }

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

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

background-color css

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

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

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

border-color css

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

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

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