Html Css Color HEX #BA7010 Dark Goldenrod

📋 copy color: '#BA7010'

red 186 ◦ green 112 ◦ blue 16

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

Shades of Dark Goldenrod #BA7010

Tints of Dark Goldenrod #BA7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 59.24%
G = 35.67%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7010 (or 0xBA7010) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 10. RGB value is (186,112,16). Sum of RGB (Red+Green+Blue) = 186+112+16=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7010 is #458FEF. Grayscale: #7B7B7B. Windows color (decimal): -4558832 or 1077434. OLE color: 1077434.

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

Color convert

RGB 186 112 16 -
CMYK 0 0.40 0.91 0.27
HSL 33.88º 0.84% 0.4% -
HSV(B) 33.88º 0.91% 0.73% -
XYZ 26.14 22.06 3.37 -
YUV 123.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 186 112 16 0 0.40 0.91 0.27 33.88 0.84 0.4
Hex BA 70 10 0 28 5B 1B 22 54 28
Octal 272 160 20 0 50 133 33 42 124 50
Binary 10111010 1110000 10000 0 101000 1011011 11011 100010 1010100 101000

Color Harmonies of #BA7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7010

Black with #BA7010

Text Example


Text Example

White with #BA7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7010; }

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

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

background-color css

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

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

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

border-color css

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

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

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