Html Css Color HEX #BC7E10 Dark Goldenrod

📋 copy color: '#BC7E10'

red 188 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #BC7E10

Tints of Dark Goldenrod #BC7E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.18%

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

R = 56.97%
G = 38.18%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7E10 (or 0xBC7E10) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 10. RGB value is (188,126,16). Sum of RGB (Red+Green+Blue) = 188+126+16=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E10 is #4381EF. Grayscale: #848484. Windows color (decimal): -4424176 or 1081020. OLE color: 1081020.

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

Color convert

RGB 188 126 16 -
CMYK 0 0.33 0.91 0.26
HSL 38.37º 0.84% 0.4% -
HSV(B) 38.37º 0.91% 0.74% -
XYZ 28.29 25.65 3.95 -
YUV 132 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 188 126 16 0 0.33 0.91 0.26 38.37 0.84 0.4
Hex BC 7E 10 0 21 5B 1A 26 54 28
Octal 274 176 20 0 41 133 32 46 124 50
Binary 10111100 1111110 10000 0 100001 1011011 11010 100110 1010100 101000

Color Harmonies of #BC7E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E10

Black with #BC7E10

Text Example


Text Example

White with #BC7E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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