Html Css Color HEX #BA605D Fuzzy Wuzzy Brown

📋 copy color: '#BA605D'

red 186 ◦ green 96 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #BA605D

Tints of Fuzzy Wuzzy Brown #BA605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 49.6%
G = 25.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA605D (or 0xBA605D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 60 and 5D. RGB value is (186,96,93). Sum of RGB (Red+Green+Blue) = 186+96+93=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA605D is #459FA2. Grayscale: #7A7A7A. Windows color (decimal): -4562851 or 6119610. OLE color: 6119610.

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

Color convert

RGB 186 96 93 -
CMYK 0 0.48 0.5 0.27
HSL 1.94º 0.4% 0.55% -
HSV(B) 1.94º 0.5% 0.73% -
XYZ 26.41 19.6 12.75 -
YUV 122.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 186 96 93 0 0.48 0.5 0.27 1.94 0.4 0.55
Hex BA 60 5D 0 30 32 1B 2 28 37
Octal 272 140 135 0 60 62 33 2 50 67
Binary 10111010 1100000 1011101 0 110000 110010 11011 10 101000 110111

Color Harmonies of #BA605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA605D

Black with #BA605D

Text Example


Text Example

White with #BA605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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