Html Css Color HEX #B25E5A Fuzzy Wuzzy Brown

📋 copy color: '#B25E5A'

red 178 ◦ green 94 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B25E5A

Tints of Fuzzy Wuzzy Brown #B25E5A

RGB

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

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

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

R = 49.17%
G = 25.97%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B25E5A (or 0xB25E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 5E and 5A. RGB value is (178,94,90). Sum of RGB (Red+Green+Blue) = 178+94+90=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E5A is #4DA1A5. Grayscale: #767676. Windows color (decimal): -5087654 or 5922482. OLE color: 5922482.

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

Color convert

RGB 178 94 90 -
CMYK 0 0.47 0.49 0.30
HSL 2.73º 0.36% 0.53% -
HSV(B) 2.73º 0.49% 0.7% -
XYZ 24.21 18.21 11.91 -
YUV 118.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 178 94 90 0 0.47 0.49 0.30 2.73 0.36 0.53
Hex B2 5E 5A 0 2F 31 1E 3 24 35
Octal 262 136 132 0 57 61 36 3 44 65
Binary 10110010 1011110 1011010 0 101111 110001 11110 11 100100 110101

Color Harmonies of #B25E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E5A

Black with #B25E5A

Text Example


Text Example

White with #B25E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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