Html Css Color HEX #BB605F Fuzzy Wuzzy Brown

📋 copy color: '#BB605F'

red 187 ◦ green 96 ◦ blue 95

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

Shades of Fuzzy Wuzzy Brown #BB605F

Tints of Fuzzy Wuzzy Brown #BB605F

RGB

 RED value IS 187 (73.44% from 255) = 49.47%

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 49.47%
G = 25.4%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB605F (or 0xBB605F) is known color: 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

RGB 187 96 95 -
CMYK 0 0.49 0.49 0.27
HSL 0.65º 0.4% 0.55% -
HSV(B) 0.65º 0.49% 0.73% -
XYZ 26.74 19.76 13.23 -
YUV 123.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 187 96 95 0 0.49 0.49 0.27 0.65 0.4 0.55
Hex BB 60 5F 0 31 31 1B 1 28 37
Octal 273 140 137 0 61 61 33 1 50 67
Binary 10111011 1100000 1011111 0 110001 110001 11011 1 101000 110111

Color Harmonies of #BB605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB605F

Black with #BB605F

Text Example


Text Example

White with #BB605F

Text Example


Text Example

HTML Codes & Css Web 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>