Html Css Color HEX #BA605F Fuzzy Wuzzy Brown

📋 copy color: '#BA605F'

red 186 ◦ green 96 ◦ blue 95

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

Shades of Fuzzy Wuzzy Brown #BA605F

Tints of Fuzzy Wuzzy Brown #BA605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 49.34%
G = 25.46%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA605F (or 0xBA605F) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 60 and 5F. RGB value is (186,96,95). Sum of RGB (Red+Green+Blue) = 186+96+95=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA605F is #459FA0. Grayscale: #7A7A7A. Windows color (decimal): -4562849 or 6250682. OLE color: 6250682.

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

Color convert

RGB 186 96 95 -
CMYK 0 0.48 0.49 0.27
HSL 0.66º 0.4% 0.55% -
HSV(B) 0.66º 0.49% 0.73% -
XYZ 26.5 19.63 13.22 -
YUV 122.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 186 96 95 0 0.48 0.49 0.27 0.66 0.4 0.55
Hex BA 60 5F 0 30 31 1B 1 28 37
Octal 272 140 137 0 60 61 33 1 50 67
Binary 10111010 1100000 1011111 0 110000 110001 11011 1 101000 110111

Color Harmonies of #BA605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA605F

Black with #BA605F

Text Example


Text Example

White with #BA605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA605F; }

 p { color: rgb(186,96,95); }

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

background-color css

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

 a { background-color: rgb(186,96,95); }

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

border-color css

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

 span { border-color: rgb(186,96,95); }

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