Html Css Color HEX #BA8412 Dark Goldenrod

📋 copy color: '#BA8412'

red 186 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #BA8412

Tints of Dark Goldenrod #BA8412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 55.36%
G = 39.29%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8412 (or 0xBA8412) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 12. RGB value is (186,132,18). Sum of RGB (Red+Green+Blue) = 186+132+18=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8412 is #457BED. Grayscale: #878787. Windows color (decimal): -4553710 or 1213626. OLE color: 1213626.

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

Color convert

RGB 186 132 18 -
CMYK 0 0.29 0.90 0.27
HSL 40.71º 0.82% 0.4% -
HSV(B) 40.71º 0.9% 0.73% -
XYZ 28.61 26.99 4.27 -
YUV 135.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 186 132 18 0 0.29 0.90 0.27 40.71 0.82 0.4
Hex BA 84 12 0 1D 5A 1B 29 52 28
Octal 272 204 22 0 35 132 33 51 122 50
Binary 10111010 10000100 10010 0 11101 1011010 11011 101001 1010010 101000

Color Harmonies of #BA8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8412

Black with #BA8412

Text Example


Text Example

White with #BA8412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8412; }

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

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

background-color css

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

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

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

border-color css

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

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

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