Html Css Color HEX #B7605E Fuzzy Wuzzy Brown

📋 copy color: '#B7605E'

red 183 ◦ green 96 ◦ blue 94

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

Shades of Fuzzy Wuzzy Brown #B7605E

Tints of Fuzzy Wuzzy Brown #B7605E

RGB

 RED value IS 183 (71.88% from 255) = 49.06%

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

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 49.06%
G = 25.74%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7605E (or 0xB7605E) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 60 and 5E. RGB value is (183,96,94). Sum of RGB (Red+Green+Blue) = 183+96+94=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7605E is #489FA1. Grayscale: #797979. Windows color (decimal): -4759458 or 6185143. OLE color: 6185143.

HSL color Cylindrical-coordinate representation of color #B7605E: hue angle of 1.35º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7605E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 94 -
CMYK 0 0.48 0.49 0.28
HSL 1.35º 0.38% 0.54% -
HSV(B) 1.35º 0.49% 0.72% -
XYZ 25.73 19.24 12.95 -
YUV 121.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 183 96 94 0 0.48 0.49 0.28 1.35 0.38 0.54
Hex B7 60 5E 0 30 31 1C 1 26 36
Octal 267 140 136 0 60 61 34 1 46 66
Binary 10110111 1100000 1011110 0 110000 110001 11100 1 100110 110110

Color Harmonies of #B7605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7605E

Black with #B7605E

Text Example


Text Example

White with #B7605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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