Html Css Color HEX #BA883F Marigold

📋 copy color: '#BA883F'

red 186 ◦ green 136 ◦ blue 63

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

Shades of Marigold #BA883F

Tints of Marigold #BA883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

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

R = 48.31%
G = 35.32%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA883F (or 0xBA883F) is known color: Marigold. HEX triplet: BA, 88 and 3F. RGB value is (186,136,63). Sum of RGB (Red+Green+Blue) = 186+136+63=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA883F is #4577C0. Grayscale: #8E8E8E. Windows color (decimal): -4552641 or 4163770. OLE color: 4163770.

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

Color convert

RGB 186 136 63 -
CMYK 0 0.27 0.66 0.27
HSL 35.61º 0.49% 0.49% -
HSV(B) 35.61º 0.66% 0.73% -
XYZ 29.95 28.41 8.61 -
YUV 142.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 186 136 63 0 0.27 0.66 0.27 35.61 0.49 0.49
Hex BA 88 3F 0 1B 42 1B 24 31 31
Octal 272 210 77 0 33 102 33 44 61 61
Binary 10111010 10001000 111111 0 11011 1000010 11011 100100 110001 110001

Color Harmonies of #BA883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA883F

Black with #BA883F

Text Example


Text Example

White with #BA883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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