Html Css Color HEX #B05D5A Fuzzy Wuzzy Brown

📋 copy color: '#B05D5A'

red 176 ◦ green 93 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B05D5A

Tints of Fuzzy Wuzzy Brown #B05D5A

RGB

 RED value IS 176 (69.14% from 255) = 49.03%

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

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

R = 49.03%
G = 25.91%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B05D5A (or 0xB05D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B0, 5D and 5A. RGB value is (176,93,90). Sum of RGB (Red+Green+Blue) = 176+93+90=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D5A is #4FA2A5. Grayscale: #757575. Windows color (decimal): -5218982 or 5922224. OLE color: 5922224.

HSL color Cylindrical-coordinate representation of color #B05D5A: hue angle of 2.09º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05D5A is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 90 -
CMYK 0 0.47 0.49 0.31
HSL 2.09º 0.35% 0.52% -
HSV(B) 2.09º 0.49% 0.69% -
XYZ 23.66 17.8 11.86 -
YUV 117.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 176 93 90 0 0.47 0.49 0.31 2.09 0.35 0.52
Hex B0 5D 5A 0 2F 31 1F 2 23 34
Octal 260 135 132 0 57 61 37 2 43 64
Binary 10110000 1011101 1011010 0 101111 110001 11111 10 100011 110100

Color Harmonies of #B05D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D5A

Black with #B05D5A

Text Example


Text Example

White with #B05D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D5A; }

 p { color: rgb(176,93,90); }

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

background-color css

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

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

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

border-color css

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

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

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