Html Css Color HEX #B65C55 Fuzzy Wuzzy Brown

📋 copy color: '#B65C55'

red 182 ◦ green 92 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #B65C55

Tints of Fuzzy Wuzzy Brown #B65C55

RGB

 RED value IS 182 (71.48% from 255) = 50.7%

 GREEN value IS 92 (36.33% from 255) = 25.63%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 50.7%
G = 25.63%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B65C55 (or 0xB65C55) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5C and 55. RGB value is (182,92,85). Sum of RGB (Red+Green+Blue) = 182+92+85=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C55 is #49A3AA. Grayscale: #767676. Windows color (decimal): -4826027 or 5594294. OLE color: 5594294.

HSL color Cylindrical-coordinate representation of color #B65C55: hue angle of 4.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65C55 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 85 -
CMYK 0 0.49 0.53 0.29
HSL 4.33º 0.4% 0.52% -
HSV(B) 4.33º 0.53% 0.71% -
XYZ 24.76 18.26 10.81 -
YUV 118.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 182 92 85 0 0.49 0.53 0.29 4.33 0.4 0.52
Hex B6 5C 55 0 31 35 1D 4 28 34
Octal 266 134 125 0 61 65 35 4 50 64
Binary 10110110 1011100 1010101 0 110001 110101 11101 100 101000 110100

Color Harmonies of #B65C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C55

Black with #B65C55

Text Example


Text Example

White with #B65C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C55; }

 p { color: rgb(182,92,85); }

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

background-color css

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

 a { background-color: rgb(182,92,85); }

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

border-color css

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

 span { border-color: rgb(182,92,85); }

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