Html Css Color HEX #BA8112 Dark Goldenrod

📋 copy color: '#BA8112'

red 186 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #BA8112

Tints of Dark Goldenrod #BA8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 55.86%
G = 38.74%
B = 5.41%

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

#BA8112 (or 0xBA8112) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 12. RGB value is (186,129,18). Sum of RGB (Red+Green+Blue) = 186+129+18=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8112 is #457EED. Grayscale: #858585. Windows color (decimal): -4554478 or 1212858. OLE color: 1212858.

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

Color convert

RGB 186 129 18 -
CMYK 0 0.31 0.90 0.27
HSL 39.64º 0.82% 0.4% -
HSV(B) 39.64º 0.9% 0.73% -
XYZ 28.21 26.18 4.14 -
YUV 133.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 186 129 18 0 0.31 0.90 0.27 39.64 0.82 0.4
Hex BA 81 12 0 1F 5A 1B 28 52 28
Octal 272 201 22 0 37 132 33 50 122 50
Binary 10111010 10000001 10010 0 11111 1011010 11011 101000 1010010 101000

Color Harmonies of #BA8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8112

Black with #BA8112

Text Example


Text Example

White with #BA8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8112; }

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

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

background-color css

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

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

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

border-color css

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

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

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