Html Css Color HEX #BA8435 Marigold

📋 copy color: '#BA8435'

red 186 ◦ green 132 ◦ blue 53

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

Shades of Marigold #BA8435

Tints of Marigold #BA8435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 50.13%
G = 35.58%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8435 (or 0xBA8435) is known color: Marigold. HEX triplet: BA, 84 and 35. RGB value is (186,132,53). Sum of RGB (Red+Green+Blue) = 186+132+53=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8435 is #457BCA. Grayscale: #8B8B8B. Windows color (decimal): -4553675 or 3507386. OLE color: 3507386.

HSL color Cylindrical-coordinate representation of color #BA8435: hue angle of 35.64º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA8435 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 53 -
CMYK 0 0.29 0.72 0.27
HSL 35.64º 0.56% 0.47% -
HSV(B) 35.64º 0.72% 0.73% -
XYZ 29.14 27.2 7.08 -
YUV 139.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 186 132 53 0 0.29 0.72 0.27 35.64 0.56 0.47
Hex BA 84 35 0 1D 48 1B 24 38 2F
Octal 272 204 65 0 35 110 33 44 70 57
Binary 10111010 10000100 110101 0 11101 1001000 11011 100100 111000 101111

Color Harmonies of #BA8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8435

Black with #BA8435

Text Example


Text Example

White with #BA8435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8435; }

 p { color: rgb(186,132,53); }

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

background-color css

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

 a { background-color: rgb(186,132,53); }

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

border-color css

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

 span { border-color: rgb(186,132,53); }

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