Html Css Color HEX #B25656 Fuzzy Wuzzy Brown

📋 copy color: '#B25656'

red 178 ◦ green 86 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #B25656

Tints of Fuzzy Wuzzy Brown #B25656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 50.86%
G = 24.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B25656 (or 0xB25656) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 56 and 56. RGB value is (178,86,86). Sum of RGB (Red+Green+Blue) = 178+86+86=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B25656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25656 is #4DA9A9. Grayscale: #717171. Windows color (decimal): -5089706 or 5658290. OLE color: 5658290.

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

Color convert

RGB 178 86 86 -
CMYK 0 0.52 0.52 0.30
HSL 0.37% 0.52% -
HSV(B) 0.52% 0.7% -
XYZ 23.37 16.79 10.81 -
YUV 113.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 178 86 86 0 0.52 0.52 0.30 0 0.37 0.52
Hex B2 56 56 0 34 34 1E 0 25 34
Octal 262 126 126 0 64 64 36 0 45 64
Binary 10110010 1010110 1010110 0 110100 110100 11110 0 100101 110100

Color Harmonies of #B25656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25656

Black with #B25656

Text Example


Text Example

White with #B25656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25656; }

 p { color: rgb(178,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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