Html Css Color HEX #B25957 Fuzzy Wuzzy Brown

📋 copy color: '#B25957'

red 178 ◦ green 89 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #B25957

Tints of Fuzzy Wuzzy Brown #B25957

RGB

 RED value IS 178 (69.92% from 255) = 50.28%

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 87 (34.38% from 255) = 24.58%

R = 50.28%
G = 25.14%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B25957 (or 0xB25957) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 59 and 57. RGB value is (178,89,87). Sum of RGB (Red+Green+Blue) = 178+89+87=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B25957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25957 is #4DA6A8. Grayscale: #737373. Windows color (decimal): -5088937 or 5724594. OLE color: 5724594.

HSL color Cylindrical-coordinate representation of color #B25957: hue angle of 1.32º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25957 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 87 -
CMYK 0 0.5 0.51 0.30
HSL 1.32º 0.37% 0.52% -
HSV(B) 1.32º 0.51% 0.7% -
XYZ 23.65 17.3 11.11 -
YUV 115.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 178 89 87 0 0.5 0.51 0.30 1.32 0.37 0.52
Hex B2 59 57 0 32 33 1E 1 25 34
Octal 262 131 127 0 62 63 36 1 45 64
Binary 10110010 1011001 1010111 0 110010 110011 11110 1 100101 110100

Color Harmonies of #B25957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25957

Black with #B25957

Text Example


Text Example

White with #B25957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25957; }

 p { color: rgb(178,89,87); }

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

background-color css

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

 a { background-color: rgb(178,89,87); }

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

border-color css

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

 span { border-color: rgb(178,89,87); }

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