Html Css Color HEX #BA760A Dark Goldenrod

📋 copy color: '#BA760A'

red 186 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #BA760A

Tints of Dark Goldenrod #BA760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 59.24%
G = 37.58%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA760A (or 0xBA760A) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 0A. RGB value is (186,118,10). Sum of RGB (Red+Green+Blue) = 186+118+10=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA760A is #4589F5. Grayscale: #7E7E7E. Windows color (decimal): -4557302 or 685754. OLE color: 685754.

HSL color Cylindrical-coordinate representation of color #BA760A: hue angle of 36.82º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA760A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 10 -
CMYK 0 0.37 0.95 0.27
HSL 36.82º 0.9% 0.38% -
HSV(B) 36.82º 0.95% 0.73% -
XYZ 26.78 23.42 3.4 -
YUV 126.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 186 118 10 0 0.37 0.95 0.27 36.82 0.9 0.38
Hex BA 76 A 0 25 5F 1B 25 5A 26
Octal 272 166 12 0 45 137 33 45 132 46
Binary 10111010 1110110 1010 0 100101 1011111 11011 100101 1011010 100110

Color Harmonies of #BA760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA760A

Black with #BA760A

Text Example


Text Example

White with #BA760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA760A; }

 p { color: rgb(186,118,10); }

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

background-color css

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

 a { background-color: rgb(186,118,10); }

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

border-color css

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

 span { border-color: rgb(186,118,10); }

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