Html Css Color HEX #BA8A42 Marigold

📋 copy color: '#BA8A42'

red 186 ◦ green 138 ◦ blue 66

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

Shades of Marigold #BA8A42

Tints of Marigold #BA8A42

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.38%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 47.69%
G = 35.38%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA8A42 (or 0xBA8A42) is known color: Marigold. HEX triplet: BA, 8A and 42. RGB value is (186,138,66). Sum of RGB (Red+Green+Blue) = 186+138+66=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A42 is #4575BD. Grayscale: #909090. Windows color (decimal): -4552126 or 4360890. OLE color: 4360890.

HSL color Cylindrical-coordinate representation of color #BA8A42: hue angle of 36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA8A42 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 138 66 -
CMYK 0 0.26 0.65 0.27
HSL 36º 0.48% 0.49% -
HSV(B) 36º 0.65% 0.73% -
XYZ 30.32 29.01 9.16 -
YUV 144.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 186 138 66 0 0.26 0.65 0.27 36 0.48 0.49
Hex BA 8A 42 0 1A 41 1B 24 30 31
Octal 272 212 102 0 32 101 33 44 60 61
Binary 10111010 10001010 1000010 0 11010 1000001 11011 100100 110000 110001

Color Harmonies of #BA8A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A42

Black with #BA8A42

Text Example


Text Example

White with #BA8A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A42; }

 p { color: rgb(186,138,66); }

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

background-color css

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

 a { background-color: rgb(186,138,66); }

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

border-color css

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

 span { border-color: rgb(186,138,66); }

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