#BB605F

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

Shades of Fuzzy Wuzzy Brown #BB605F

Tints of Fuzzy Wuzzy Brown #BB605F

Color information

#BB605F (or 0xBB605F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 60 and 5F. RGB value is (187,96,95). Sum of RGB (Red+Green+Blue) = 187+96+95=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB605F is #449FA0. Grayscale: #7B7B7B. Windows color (decimal): -4497313 or 6250683. OLE color: 6250683.

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

Color convert

RGB1879695-
CMYK00.490.490.27
HSL0.65º40.35%55.29%-
HSV(B)0.65º49.2%73.33%-
XYZ26.7419.7613.23-
YUV123.09112.15173.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=49.47%
G=25.40%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187969500.490.490.270.6540.3555.29
HexBB605F031311B12837
Octal273140137061613315067
Binary10111011110000010111110110001110001110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB605F; }

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

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

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

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

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

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

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

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