Html Css Color HEX #BA823A Marigold

📋 copy color: '#BA823A'

red 186 ◦ green 130 ◦ blue 58

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

Shades of Marigold #BA823A

Tints of Marigold #BA823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 49.73%
G = 34.76%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA823A (or 0xBA823A) is known color: Marigold. HEX triplet: BA, 82 and 3A. RGB value is (186,130,58). Sum of RGB (Red+Green+Blue) = 186+130+58=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA823A is #457DC5. Grayscale: #8A8A8A. Windows color (decimal): -4554182 or 3834554. OLE color: 3834554.

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

Color convert

RGB 186 130 58 -
CMYK 0 0.30 0.69 0.27
HSL 33.75º 0.52% 0.48% -
HSV(B) 33.75º 0.69% 0.73% -
XYZ 29 26.71 7.63 -
YUV 138.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 186 130 58 0 0.30 0.69 0.27 33.75 0.52 0.48
Hex BA 82 3A 0 1E 45 1B 22 34 30
Octal 272 202 72 0 36 105 33 42 64 60
Binary 10111010 10000010 111010 0 11110 1000101 11011 100010 110100 110000

Color Harmonies of #BA823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA823A

Black with #BA823A

Text Example


Text Example

White with #BA823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA823A; }

 p { color: rgb(186,130,58); }

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

background-color css

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

 a { background-color: rgb(186,130,58); }

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

border-color css

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

 span { border-color: rgb(186,130,58); }

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