Html Css Color HEX #BA833B Marigold

📋 copy color: '#BA833B'

red 186 ◦ green 131 ◦ blue 59

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

Shades of Marigold #BA833B

Tints of Marigold #BA833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.69%

R = 49.47%
G = 34.84%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA833B (or 0xBA833B) is known color: Marigold. HEX triplet: BA, 83 and 3B. RGB value is (186,131,59). Sum of RGB (Red+Green+Blue) = 186+131+59=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA833B is #457CC4. Grayscale: #8B8B8B. Windows color (decimal): -4553925 or 3900346. OLE color: 3900346.

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

Color convert

RGB 186 131 59 -
CMYK 0 0.30 0.68 0.27
HSL 34.02º 0.52% 0.48% -
HSV(B) 34.02º 0.68% 0.73% -
XYZ 29.16 26.99 7.81 -
YUV 139.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 186 131 59 0 0.30 0.68 0.27 34.02 0.52 0.48
Hex BA 83 3B 0 1E 44 1B 22 34 30
Octal 272 203 73 0 36 104 33 42 64 60
Binary 10111010 10000011 111011 0 11110 1000100 11011 100010 110100 110000

Color Harmonies of #BA833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA833B

Black with #BA833B

Text Example


Text Example

White with #BA833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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