Html Css Color HEX #BC7F11 Dark Goldenrod

📋 copy color: '#BC7F11'

red 188 ◦ green 127 ◦ blue 17

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

Shades of Dark Goldenrod #BC7F11

Tints of Dark Goldenrod #BC7F11

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 56.63%
G = 38.25%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7F11 (or 0xBC7F11) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 11. RGB value is (188,127,17). Sum of RGB (Red+Green+Blue) = 188+127+17=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F11 is #4380EE. Grayscale: #858585. Windows color (decimal): -4423919 or 1146812. OLE color: 1146812.

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

Color convert

RGB 188 127 17 -
CMYK 0 0.32 0.91 0.26
HSL 38.6º 0.83% 0.4% -
HSV(B) 38.6º 0.91% 0.74% -
XYZ 28.43 25.91 4.03 -
YUV 132.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 188 127 17 0 0.32 0.91 0.26 38.6 0.83 0.4
Hex BC 7F 11 0 20 5B 1A 27 53 28
Octal 274 177 21 0 40 133 32 47 123 50
Binary 10111100 1111111 10001 0 100000 1011011 11010 100111 1010011 101000

Color Harmonies of #BC7F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F11

Black with #BC7F11

Text Example


Text Example

White with #BC7F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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