Html Css Color HEX #BA823B Marigold

📋 copy color: '#BA823B'

red 186 ◦ green 130 ◦ blue 59

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

Shades of Marigold #BA823B

Tints of Marigold #BA823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 49.6%
G = 34.67%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA823B (or 0xBA823B) is known color: Marigold. HEX triplet: BA, 82 and 3B. RGB value is (186,130,59). Sum of RGB (Red+Green+Blue) = 186+130+59=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA823B is #457DC4. Grayscale: #8A8A8A. Windows color (decimal): -4554181 or 3900090. OLE color: 3900090.

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

Color convert

RGB 186 130 59 -
CMYK 0 0.30 0.68 0.27
HSL 33.54º 0.52% 0.48% -
HSV(B) 33.54º 0.68% 0.73% -
XYZ 29.02 26.72 7.77 -
YUV 138.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 186 130 59 0 0.30 0.68 0.27 33.54 0.52 0.48
Hex BA 82 3B 0 1E 44 1B 22 34 30
Octal 272 202 73 0 36 104 33 42 64 60
Binary 10111010 10000010 111011 0 11110 1000100 11011 100010 110100 110000

Color Harmonies of #BA823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA823B

Black with #BA823B

Text Example


Text Example

White with #BA823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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