Html Css Color HEX #B75E5A Fuzzy Wuzzy Brown

📋 copy color: '#B75E5A'

red 183 ◦ green 94 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B75E5A

Tints of Fuzzy Wuzzy Brown #B75E5A

RGB

 RED value IS 183 (71.88% from 255) = 49.86%

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

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

R = 49.86%
G = 25.61%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B75E5A (or 0xB75E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 5E and 5A. RGB value is (183,94,90). Sum of RGB (Red+Green+Blue) = 183+94+90=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E5A is #48A1A5. Grayscale: #787878. Windows color (decimal): -4759974 or 5922487. OLE color: 5922487.

HSL color Cylindrical-coordinate representation of color #B75E5A: hue angle of 2.58º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75E5A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 94 90 -
CMYK 0 0.49 0.51 0.28
HSL 2.58º 0.39% 0.54% -
HSV(B) 2.58º 0.51% 0.72% -
XYZ 25.38 18.81 11.97 -
YUV 120.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 183 94 90 0 0.49 0.51 0.28 2.58 0.39 0.54
Hex B7 5E 5A 0 31 33 1C 3 27 36
Octal 267 136 132 0 61 63 34 3 47 66
Binary 10110111 1011110 1011010 0 110001 110011 11100 11 100111 110110

Color Harmonies of #B75E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E5A

Black with #B75E5A

Text Example


Text Example

White with #B75E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E5A; }

 p { color: rgb(183,94,90); }

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

background-color css

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

 a { background-color: rgb(183,94,90); }

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

border-color css

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

 span { border-color: rgb(183,94,90); }

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