Html Css Color HEX #BC7110 Dark Goldenrod

📋 copy color: '#BC7110'

red 188 ◦ green 113 ◦ blue 16

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

Shades of Dark Goldenrod #BC7110

Tints of Dark Goldenrod #BC7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 59.31%
G = 35.65%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7110 (or 0xBC7110) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 10. RGB value is (188,113,16). Sum of RGB (Red+Green+Blue) = 188+113+16=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7110 is #438EEF. Grayscale: #7C7C7C. Windows color (decimal): -4427504 or 1077692. OLE color: 1077692.

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

Color convert

RGB 188 113 16 -
CMYK 0 0.40 0.91 0.26
HSL 33.84º 0.84% 0.4% -
HSV(B) 33.84º 0.91% 0.74% -
XYZ 26.74 22.54 3.43 -
YUV 124.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 188 113 16 0 0.40 0.91 0.26 33.84 0.84 0.4
Hex BC 71 10 0 28 5B 1A 22 54 28
Octal 274 161 20 0 50 133 32 42 124 50
Binary 10111100 1110001 10000 0 101000 1011011 11010 100010 1010100 101000

Color Harmonies of #BC7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7110

Black with #BC7110

Text Example


Text Example

White with #BC7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7110; }

 p { color: rgb(188,113,16); }

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

background-color css

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

 a { background-color: rgb(188,113,16); }

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

border-color css

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

 span { border-color: rgb(188,113,16); }

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