Html Css Color HEX #BA833F Marigold

📋 copy color: '#BA833F'

red 186 ◦ green 131 ◦ blue 63

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

Shades of Marigold #BA833F

Tints of Marigold #BA833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.58%

R = 48.95%
G = 34.47%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA833F (or 0xBA833F) is known color: Marigold. HEX triplet: BA, 83 and 3F. RGB value is (186,131,63). Sum of RGB (Red+Green+Blue) = 186+131+63=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA833F is #457CC0. Grayscale: #8C8C8C. Windows color (decimal): -4553921 or 4162490. OLE color: 4162490.

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

Color convert

RGB 186 131 63 -
CMYK 0 0.30 0.66 0.27
HSL 33.17º 0.49% 0.49% -
HSV(B) 33.17º 0.66% 0.73% -
XYZ 29.26 27.03 8.38 -
YUV 139.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 186 131 63 0 0.30 0.66 0.27 33.17 0.49 0.49
Hex BA 83 3F 0 1E 42 1B 21 31 31
Octal 272 203 77 0 36 102 33 41 61 61
Binary 10111010 10000011 111111 0 11110 1000010 11011 100001 110001 110001

Color Harmonies of #BA833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA833F

Black with #BA833F

Text Example


Text Example

White with #BA833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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