Html Css Color HEX #BA883E Marigold

📋 copy color: '#BA883E'

red 186 ◦ green 136 ◦ blue 62

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

Shades of Marigold #BA883E

Tints of Marigold #BA883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 48.44%
G = 35.42%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA883E (or 0xBA883E) is known color: Marigold. HEX triplet: BA, 88 and 3E. RGB value is (186,136,62). Sum of RGB (Red+Green+Blue) = 186+136+62=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA883E is #4577C1. Grayscale: #8E8E8E. Windows color (decimal): -4552642 or 4098234. OLE color: 4098234.

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

Color convert

RGB 186 136 62 -
CMYK 0 0.27 0.67 0.27
HSL 35.81º 0.5% 0.49% -
HSV(B) 35.81º 0.67% 0.73% -
XYZ 29.92 28.4 8.46 -
YUV 142.51 82.57 159.02 -
System Red Green Blue C M Y K H S L
Decimal 186 136 62 0 0.27 0.67 0.27 35.81 0.5 0.49
Hex BA 88 3E 0 1B 43 1B 24 32 31
Octal 272 210 76 0 33 103 33 44 62 61
Binary 10111010 10001000 111110 0 11011 1000011 11011 100100 110010 110001

Color Harmonies of #BA883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA883E

Black with #BA883E

Text Example


Text Example

White with #BA883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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