#BB605E

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

Shades of Fuzzy Wuzzy Brown #BB605E

Tints of Fuzzy Wuzzy Brown #BB605E

Color information

#BB605E (or 0xBB605E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 60 and 5E. RGB value is (187,96,94). Sum of RGB (Red+Green+Blue) = 187+96+94=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB605E is #449FA1. Grayscale: #7B7B7B. Windows color (decimal): -4497314 or 6185147. OLE color: 6185147.

HSL color Cylindrical-coordinate representation of color #BB605E: hue angle of 1.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB605E is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1879694-
CMYK00.490.500.27
HSL1.29º40.61%55.1%-
HSV(B)1.29º49.73%73.33%-
XYZ26.719.7412.99-
YUV122.98111.65173.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=49.60%
G=25.46%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187969400.490.500.271.2940.6155.1
HexBB605E031321B12937
Octal273140136061623315167
Binary10111011110000010111100110001110010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB605E; }

 p { color: rgb(187,96,94); }

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

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

 a { background-color: rgb(187,96,94); }

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

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

 span { border-color: rgb(187,96,94); }

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