Html Css Color HEX #B45E5B Fuzzy Wuzzy Brown

📋 copy color: '#B45E5B'

red 180 ◦ green 94 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #B45E5B

Tints of Fuzzy Wuzzy Brown #B45E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 49.32%
G = 25.75%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B45E5B (or 0xB45E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B4, 5E and 5B. RGB value is (180,94,91). Sum of RGB (Red+Green+Blue) = 180+94+91=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E5B is #4BA1A4. Grayscale: #777777. Windows color (decimal): -4956581 or 5988020. OLE color: 5988020.

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

Color convert

RGB 180 94 91 -
CMYK 0 0.48 0.49 0.29
HSL 2.02º 0.37% 0.53% -
HSV(B) 2.02º 0.49% 0.71% -
XYZ 24.71 18.46 12.16 -
YUV 119.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 180 94 91 0 0.48 0.49 0.29 2.02 0.37 0.53
Hex B4 5E 5B 0 30 31 1D 2 25 35
Octal 264 136 133 0 60 61 35 2 45 65
Binary 10110100 1011110 1011011 0 110000 110001 11101 10 100101 110101

Color Harmonies of #B45E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E5B

Black with #B45E5B

Text Example


Text Example

White with #B45E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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