Html Css Color HEX #BA7912 Dark Goldenrod

📋 copy color: '#BA7912'

red 186 ◦ green 121 ◦ blue 18

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

Shades of Dark Goldenrod #BA7912

Tints of Dark Goldenrod #BA7912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 57.23%
G = 37.23%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7912 (or 0xBA7912) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 12. RGB value is (186,121,18). Sum of RGB (Red+Green+Blue) = 186+121+18=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7912 is #4586ED. Grayscale: #818181. Windows color (decimal): -4556526 or 1210810. OLE color: 1210810.

HSL color Cylindrical-coordinate representation of color #BA7912: hue angle of 36.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7912 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 121 18 -
CMYK 0 0.35 0.90 0.27
HSL 36.79º 0.82% 0.4% -
HSV(B) 36.79º 0.9% 0.73% -
XYZ 27.2 24.16 3.8 -
YUV 128.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 186 121 18 0 0.35 0.90 0.27 36.79 0.82 0.4
Hex BA 79 12 0 23 5A 1B 25 52 28
Octal 272 171 22 0 43 132 33 45 122 50
Binary 10111010 1111001 10010 0 100011 1011010 11011 100101 1010010 101000

Color Harmonies of #BA7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7912

Black with #BA7912

Text Example


Text Example

White with #BA7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7912; }

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

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

background-color css

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

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

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

border-color css

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

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

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