#BB5C5A

Color #BB5C5A Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #BB5C5A

Tints of Fuzzy Wuzzy Brown #BB5C5A

Color information

#BB5C5A (or 0xBB5C5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 5C and 5A. RGB value is (187,92,90). Sum of RGB (Red+Green+Blue) = 187+92+90=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C5A is #44A3A5. Grayscale: #787878. Windows color (decimal): -4498342 or 5921979. OLE color: 5921979.

HSL color Cylindrical-coordinate representation of color #BB5C5A: hue angle of 1.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5C5A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1879290-
CMYK00.510.520.27
HSL1.24º41.63%54.31%-
HSV(B)1.24º51.87%73.33%-
XYZ26.1718.9611.95-
YUV120.18110.97175.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=50.68%
G=24.93%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187929000.510.520.271.2441.6354.31
HexBB5C5A033341B12a36
Octal273134132063643315266
Binary10111011101110010110100110011110100110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C5A; }

 p { color: rgb(187,92,90); }

 H1.HeaderClassName
 {
   color: #BB5C5A;
 }
 .AnyTagClassName
 {
   color: #BB5C5A;
 }
</style>
background-color css

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

 a { background-color: rgb(187,92,90); }

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

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

 span { border-color: rgb(187,92,90); }

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