Html Css Color HEX #BA833D Marigold

📋 copy color: '#BA833D'

red 186 ◦ green 131 ◦ blue 61

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

Shades of Marigold #BA833D

Tints of Marigold #BA833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 49.21%
G = 34.66%
B = 16.14%

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

#BA833D (or 0xBA833D) is known color: Marigold. HEX triplet: BA, 83 and 3D. RGB value is (186,131,61). Sum of RGB (Red+Green+Blue) = 186+131+61=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA833D is #457CC2. Grayscale: #8B8B8B. Windows color (decimal): -4553923 or 4031418. OLE color: 4031418.

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

Color convert

RGB 186 131 61 -
CMYK 0 0.30 0.67 0.27
HSL 33.6º 0.51% 0.48% -
HSV(B) 33.6º 0.67% 0.73% -
XYZ 29.21 27.01 8.09 -
YUV 139.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 186 131 61 0 0.30 0.67 0.27 33.6 0.51 0.48
Hex BA 83 3D 0 1E 43 1B 22 33 30
Octal 272 203 75 0 36 103 33 42 63 60
Binary 10111010 10000011 111101 0 11110 1000011 11011 100010 110011 110000

Color Harmonies of #BA833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA833D

Black with #BA833D

Text Example


Text Example

White with #BA833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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