Html Css Color HEX #BC9111 Dark Goldenrod

📋 copy color: '#BC9111'

red 188 ◦ green 145 ◦ blue 17

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

Shades of Dark Goldenrod #BC9111

Tints of Dark Goldenrod #BC9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

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

R = 53.71%
G = 41.43%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC9111 (or 0xBC9111) is known color: Dark Goldenrod. HEX triplet: BC, 91 and 11. RGB value is (188,145,17). Sum of RGB (Red+Green+Blue) = 188+145+17=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9111 is #436EEE. Grayscale: #8F8F8F. Windows color (decimal): -4419311 or 1151420. OLE color: 1151420.

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

Color convert

RGB 188 145 17 -
CMYK 0 0.23 0.91 0.26
HSL 44.91º 0.83% 0.4% -
HSV(B) 44.91º 0.91% 0.74% -
XYZ 30.97 30.98 4.88 -
YUV 143.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 188 145 17 0 0.23 0.91 0.26 44.91 0.83 0.4
Hex BC 91 11 0 17 5B 1A 2D 53 28
Octal 274 221 21 0 27 133 32 55 123 50
Binary 10111100 10010001 10001 0 10111 1011011 11010 101101 1010011 101000

Color Harmonies of #BC9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9111

Black with #BC9111

Text Example


Text Example

White with #BC9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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