Html Css Color HEX #B45D5A Fuzzy Wuzzy Brown

📋 copy color: '#B45D5A'

red 180 ◦ green 93 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B45D5A

Tints of Fuzzy Wuzzy Brown #B45D5A

RGB

 RED value IS 180 (70.7% from 255) = 49.59%

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 49.59%
G = 25.62%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B45D5A (or 0xB45D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B4, 5D and 5A. RGB value is (180,93,90). Sum of RGB (Red+Green+Blue) = 180+93+90=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D5A is #4BA2A5. Grayscale: #767676. Windows color (decimal): -4956838 or 5922228. OLE color: 5922228.

HSL color Cylindrical-coordinate representation of color #B45D5A: hue angle of 2º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45D5A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 90 -
CMYK 0 0.48 0.50 0.29
HSL 0.38% 0.53% -
HSV(B) 0.5% 0.71% -
XYZ 24.58 18.27 11.9 -
YUV 118.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 180 93 90 0 0.48 0.50 0.29 2 0.38 0.53
Hex B4 5D 5A 0 30 32 1D 2 26 35
Octal 264 135 132 0 60 62 35 2 46 65
Binary 10110100 1011101 1011010 0 110000 110010 11101 10 100110 110101

Color Harmonies of #B45D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D5A

Black with #B45D5A

Text Example


Text Example

White with #B45D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D5A; }

 p { color: rgb(180,93,90); }

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

background-color css

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

 a { background-color: rgb(180,93,90); }

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

border-color css

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

 span { border-color: rgb(180,93,90); }

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