Html Css Color HEX #B25D5D Fuzzy Wuzzy Brown

📋 copy color: '#B25D5D'

red 178 ◦ green 93 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #B25D5D

Tints of Fuzzy Wuzzy Brown #B25D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 48.9%
G = 25.55%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B25D5D (or 0xB25D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 5D and 5D. RGB value is (178,93,93). Sum of RGB (Red+Green+Blue) = 178+93+93=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D5D is #4DA2A2. Grayscale: #767676. Windows color (decimal): -5087907 or 6118834. OLE color: 6118834.

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

Color convert

RGB 178 93 93 -
CMYK 0 0.48 0.48 0.30
HSL 0.36% 0.53% -
HSV(B) 0.48% 0.7% -
XYZ 24.25 18.08 12.57 -
YUV 118.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 178 93 93 0 0.48 0.48 0.30 0 0.36 0.53
Hex B2 5D 5D 0 30 30 1E 0 24 35
Octal 262 135 135 0 60 60 36 0 44 65
Binary 10110010 1011101 1011101 0 110000 110000 11110 0 100100 110101

Color Harmonies of #B25D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D5D

Black with #B25D5D

Text Example


Text Example

White with #B25D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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