Html Css Color HEX #BA790C Dark Goldenrod

📋 copy color: '#BA790C'

red 186 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #BA790C

Tints of Dark Goldenrod #BA790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

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

R = 58.31%
G = 37.93%
B = 3.76%

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

#BA790C (or 0xBA790C) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 0C. RGB value is (186,121,12). Sum of RGB (Red+Green+Blue) = 186+121+12=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA790C is #4586F3. Grayscale: #808080. Windows color (decimal): -4556532 or 817594. OLE color: 817594.

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

Color convert

RGB 186 121 12 -
CMYK 0 0.35 0.94 0.27
HSL 37.59º 0.88% 0.39% -
HSV(B) 37.59º 0.94% 0.73% -
XYZ 27.15 24.14 3.58 -
YUV 128.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 186 121 12 0 0.35 0.94 0.27 37.59 0.88 0.39
Hex BA 79 C 0 23 5E 1B 26 58 27
Octal 272 171 14 0 43 136 33 46 130 47
Binary 10111010 1111001 1100 0 100011 1011110 11011 100110 1011000 100111

Color Harmonies of #BA790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA790C

Black with #BA790C

Text Example


Text Example

White with #BA790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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