Html Css Color HEX #BA8434 Marigold

📋 copy color: '#BA8434'

red 186 ◦ green 132 ◦ blue 52

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

Shades of Marigold #BA8434

Tints of Marigold #BA8434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 50.27%
G = 35.68%
B = 14.05%

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

#BA8434 (or 0xBA8434) is known color: Marigold. HEX triplet: BA, 84 and 34. RGB value is (186,132,52). Sum of RGB (Red+Green+Blue) = 186+132+52=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8434 is #457BCB. Grayscale: #8B8B8B. Windows color (decimal): -4553676 or 3441850. OLE color: 3441850.

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

Color convert

RGB 186 132 52 -
CMYK 0 0.29 0.72 0.27
HSL 35.82º 0.56% 0.47% -
HSV(B) 35.82º 0.72% 0.73% -
XYZ 29.12 27.19 6.96 -
YUV 139.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 186 132 52 0 0.29 0.72 0.27 35.82 0.56 0.47
Hex BA 84 34 0 1D 48 1B 24 38 2F
Octal 272 204 64 0 35 110 33 44 70 57
Binary 10111010 10000100 110100 0 11101 1001000 11011 100100 111000 101111

Color Harmonies of #BA8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8434

Black with #BA8434

Text Example


Text Example

White with #BA8434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8434; }

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

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

background-color css

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

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

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

border-color css

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

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

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