Html Css Color HEX #BA8512 Dark Goldenrod

📋 copy color: '#BA8512'

red 186 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #BA8512

Tints of Dark Goldenrod #BA8512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 55.19%
G = 39.47%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8512 (or 0xBA8512) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 12. RGB value is (186,133,18). Sum of RGB (Red+Green+Blue) = 186+133+18=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8512 is #457AED. Grayscale: #888888. Windows color (decimal): -4553454 or 1213882. OLE color: 1213882.

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

Color convert

RGB 186 133 18 -
CMYK 0 0.28 0.90 0.27
HSL 41.07º 0.82% 0.4% -
HSV(B) 41.07º 0.9% 0.73% -
XYZ 28.75 27.26 4.32 -
YUV 135.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 186 133 18 0 0.28 0.90 0.27 41.07 0.82 0.4
Hex BA 85 12 0 1C 5A 1B 29 52 28
Octal 272 205 22 0 34 132 33 51 122 50
Binary 10111010 10000101 10010 0 11100 1011010 11011 101001 1010010 101000

Color Harmonies of #BA8512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8512

Black with #BA8512

Text Example


Text Example

White with #BA8512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8512; }

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

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

background-color css

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

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

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

border-color css

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

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

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