Html Css Color HEX #BA8012 Dark Goldenrod

📋 copy color: '#BA8012'

red 186 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #BA8012

Tints of Dark Goldenrod #BA8012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 56.02%
G = 38.55%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8012 (or 0xBA8012) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 12. RGB value is (186,128,18). Sum of RGB (Red+Green+Blue) = 186+128+18=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8012 is #457FED. Grayscale: #858585. Windows color (decimal): -4554734 or 1212602. OLE color: 1212602.

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

Color convert

RGB 186 128 18 -
CMYK 0 0.31 0.90 0.27
HSL 39.29º 0.82% 0.4% -
HSV(B) 39.29º 0.9% 0.73% -
XYZ 28.08 25.92 4.1 -
YUV 132.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 186 128 18 0 0.31 0.90 0.27 39.29 0.82 0.4
Hex BA 80 12 0 1F 5A 1B 27 52 28
Octal 272 200 22 0 37 132 33 47 122 50
Binary 10111010 10000000 10010 0 11111 1011010 11011 100111 1010010 101000

Color Harmonies of #BA8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8012

Black with #BA8012

Text Example


Text Example

White with #BA8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8012; }

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

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

background-color css

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

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

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

border-color css

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

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

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