Html Css Color HEX #B75856 Fuzzy Wuzzy Brown

📋 copy color: '#B75856'

red 183 ◦ green 88 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #B75856

Tints of Fuzzy Wuzzy Brown #B75856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 51.26%
G = 24.65%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B75856 (or 0xB75856) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 58 and 56. RGB value is (183,88,86). Sum of RGB (Red+Green+Blue) = 183+88+86=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B75856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75856 is #48A7A9. Grayscale: #747474. Windows color (decimal): -4761514 or 5658807. OLE color: 5658807.

HSL color Cylindrical-coordinate representation of color #B75856: hue angle of 1.24º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75856 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 88 86 -
CMYK 0 0.52 0.53 0.28
HSL 1.24º 0.4% 0.53% -
HSV(B) 1.24º 0.53% 0.72% -
XYZ 24.7 17.72 10.92 -
YUV 116.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 183 88 86 0 0.52 0.53 0.28 1.24 0.4 0.53
Hex B7 58 56 0 34 35 1C 1 28 35
Octal 267 130 126 0 64 65 34 1 50 65
Binary 10110111 1011000 1010110 0 110100 110101 11100 1 101000 110101

Color Harmonies of #B75856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75856

Black with #B75856

Text Example


Text Example

White with #B75856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75856; }

 p { color: rgb(183,88,86); }

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

background-color css

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

 a { background-color: rgb(183,88,86); }

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

border-color css

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

 span { border-color: rgb(183,88,86); }

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