Html Css Color HEX #B45E5D Fuzzy Wuzzy Brown

📋 copy color: '#B45E5D'

red 180 ◦ green 94 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #B45E5D

Tints of Fuzzy Wuzzy Brown #B45E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 49.05%
G = 25.61%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B45E5D (or 0xB45E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B4, 5E and 5D. RGB value is (180,94,93). Sum of RGB (Red+Green+Blue) = 180+94+93=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E5D is #4BA1A2. Grayscale: #777777. Windows color (decimal): -4956579 or 6119092. OLE color: 6119092.

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

Color convert

RGB 180 94 93 -
CMYK 0 0.48 0.48 0.29
HSL 0.69º 0.37% 0.54% -
HSV(B) 0.69º 0.48% 0.71% -
XYZ 24.8 18.5 12.62 -
YUV 119.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 180 94 93 0 0.48 0.48 0.29 0.69 0.37 0.54
Hex B4 5E 5D 0 30 30 1D 1 25 36
Octal 264 136 135 0 60 60 35 1 45 66
Binary 10110100 1011110 1011101 0 110000 110000 11101 1 100101 110110

Color Harmonies of #B45E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E5D

Black with #B45E5D

Text Example


Text Example

White with #B45E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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