Html Css Color HEX #BA823D Marigold

📋 copy color: '#BA823D'

red 186 ◦ green 130 ◦ blue 61

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

Shades of Marigold #BA823D

Tints of Marigold #BA823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 49.34%
G = 34.48%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA823D (or 0xBA823D) is known color: Marigold. HEX triplet: BA, 82 and 3D. RGB value is (186,130,61). Sum of RGB (Red+Green+Blue) = 186+130+61=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA823D is #457DC2. Grayscale: #8B8B8B. Windows color (decimal): -4554179 or 4031162. OLE color: 4031162.

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

Color convert

RGB 186 130 61 -
CMYK 0 0.30 0.67 0.27
HSL 33.12º 0.51% 0.48% -
HSV(B) 33.12º 0.67% 0.73% -
XYZ 29.07 26.74 8.04 -
YUV 138.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 186 130 61 0 0.30 0.67 0.27 33.12 0.51 0.48
Hex BA 82 3D 0 1E 43 1B 21 33 30
Octal 272 202 75 0 36 103 33 41 63 60
Binary 10111010 10000010 111101 0 11110 1000011 11011 100001 110011 110000

Color Harmonies of #BA823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA823D

Black with #BA823D

Text Example


Text Example

White with #BA823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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