Html Css Color HEX #BA7E10 Dark Goldenrod

📋 copy color: '#BA7E10'

red 186 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #BA7E10

Tints of Dark Goldenrod #BA7E10

RGB

 RED value IS 186 (73.05% from 255) = 56.71%

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

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

R = 56.71%
G = 38.41%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7E10 (or 0xBA7E10) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 10. RGB value is (186,126,16). Sum of RGB (Red+Green+Blue) = 186+126+16=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E10 is #4581EF. Grayscale: #838383. Windows color (decimal): -4555248 or 1081018. OLE color: 1081018.

HSL color Cylindrical-coordinate representation of color #BA7E10: hue angle of 38.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA7E10 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 16 -
CMYK 0 0.32 0.91 0.27
HSL 38.82º 0.84% 0.4% -
HSV(B) 38.82º 0.91% 0.73% -
XYZ 27.8 25.4 3.93 -
YUV 131.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 186 126 16 0 0.32 0.91 0.27 38.82 0.84 0.4
Hex BA 7E 10 0 20 5B 1B 27 54 28
Octal 272 176 20 0 40 133 33 47 124 50
Binary 10111010 1111110 10000 0 100000 1011011 11011 100111 1010100 101000

Color Harmonies of #BA7E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E10

Black with #BA7E10

Text Example


Text Example

White with #BA7E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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