Html Css Color HEX #BA780C Dark Goldenrod

📋 copy color: '#BA780C'

red 186 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #BA780C

Tints of Dark Goldenrod #BA780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 58.49%
G = 37.74%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA780C (or 0xBA780C) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 0C. RGB value is (186,120,12). Sum of RGB (Red+Green+Blue) = 186+120+12=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780C is #4587F3. Grayscale: #7F7F7F. Windows color (decimal): -4556788 or 817338. OLE color: 817338.

HSL color Cylindrical-coordinate representation of color #BA780C: hue angle of 37.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA780C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 12 -
CMYK 0 0.35 0.94 0.27
HSL 37.24º 0.88% 0.39% -
HSV(B) 37.24º 0.94% 0.73% -
XYZ 27.03 23.9 3.54 -
YUV 127.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 186 120 12 0 0.35 0.94 0.27 37.24 0.88 0.39
Hex BA 78 C 0 23 5E 1B 25 58 27
Octal 272 170 14 0 43 136 33 45 130 47
Binary 10111010 1111000 1100 0 100011 1011110 11011 100101 1011000 100111

Color Harmonies of #BA780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA780C

Black with #BA780C

Text Example


Text Example

White with #BA780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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