Html Css Color HEX #BA780A Dark Goldenrod

📋 copy color: '#BA780A'

red 186 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #BA780A

Tints of Dark Goldenrod #BA780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 58.86%
G = 37.97%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA780A (or 0xBA780A) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 0A. RGB value is (186,120,10). Sum of RGB (Red+Green+Blue) = 186+120+10=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780A is #4587F5. Grayscale: #7F7F7F. Windows color (decimal): -4556790 or 686266. OLE color: 686266.

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

Color convert

RGB 186 120 10 -
CMYK 0 0.35 0.95 0.27
HSL 37.5º 0.9% 0.38% -
HSV(B) 37.5º 0.95% 0.73% -
XYZ 27.02 23.89 3.47 -
YUV 127.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 186 120 10 0 0.35 0.95 0.27 37.5 0.9 0.38
Hex BA 78 A 0 23 5F 1B 26 5A 26
Octal 272 170 12 0 43 137 33 46 132 46
Binary 10111010 1111000 1010 0 100011 1011111 11011 100110 1011010 100110

Color Harmonies of #BA780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA780A

Black with #BA780A

Text Example


Text Example

White with #BA780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA780A; }

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

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

background-color css

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

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

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

border-color css

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

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

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