Html Css Color HEX #B45A57 Fuzzy Wuzzy Brown

📋 copy color: '#B45A57'

red 180 ◦ green 90 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #B45A57

Tints of Fuzzy Wuzzy Brown #B45A57

RGB

 RED value IS 180 (70.7% from 255) = 50.42%

 GREEN value IS 90 (35.55% from 255) = 25.21%

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

R = 50.42%
G = 25.21%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B45A57 (or 0xB45A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: B4, 5A and 57. RGB value is (180,90,87). Sum of RGB (Red+Green+Blue) = 180+90+87=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A57 is #4BA5A8. Grayscale: #747474. Windows color (decimal): -4957609 or 5724852. OLE color: 5724852.

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

Color convert

RGB 180 90 87 -
CMYK 0 0.50 0.52 0.29
HSL 1.94º 0.38% 0.52% -
HSV(B) 1.94º 0.52% 0.71% -
XYZ 24.2 17.7 11.16 -
YUV 116.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 180 90 87 0 0.50 0.52 0.29 1.94 0.38 0.52
Hex B4 5A 57 0 32 34 1D 2 26 34
Octal 264 132 127 0 62 64 35 2 46 64
Binary 10110100 1011010 1010111 0 110010 110100 11101 10 100110 110100

Color Harmonies of #B45A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A57

Black with #B45A57

Text Example


Text Example

White with #B45A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A57; }

 p { color: rgb(180,90,87); }

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

background-color css

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

 a { background-color: rgb(180,90,87); }

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

border-color css

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

 span { border-color: rgb(180,90,87); }

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