Html Css Color HEX #BA7D10 Dark Goldenrod

📋 copy color: '#BA7D10'

red 186 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #BA7D10

Tints of Dark Goldenrod #BA7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

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

R = 56.88%
G = 38.23%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7D10 (or 0xBA7D10) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 10. RGB value is (186,125,16). Sum of RGB (Red+Green+Blue) = 186+125+16=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D10 is #4582EF. Grayscale: #838383. Windows color (decimal): -4555504 or 1080762. OLE color: 1080762.

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

Color convert

RGB 186 125 16 -
CMYK 0 0.33 0.91 0.27
HSL 38.47º 0.84% 0.4% -
HSV(B) 38.47º 0.91% 0.73% -
XYZ 27.68 25.14 3.88 -
YUV 130.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 186 125 16 0 0.33 0.91 0.27 38.47 0.84 0.4
Hex BA 7D 10 0 21 5B 1B 26 54 28
Octal 272 175 20 0 41 133 33 46 124 50
Binary 10111010 1111101 10000 0 100001 1011011 11011 100110 1010100 101000

Color Harmonies of #BA7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D10

Black with #BA7D10

Text Example


Text Example

White with #BA7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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