Html Css Color HEX #B65C57 Fuzzy Wuzzy Brown

📋 copy color: '#B65C57'

red 182 ◦ green 92 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #B65C57

Tints of Fuzzy Wuzzy Brown #B65C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 50.42%
G = 25.48%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B65C57 (or 0xB65C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5C and 57. RGB value is (182,92,87). Sum of RGB (Red+Green+Blue) = 182+92+87=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C57 is #49A3A8. Grayscale: #767676. Windows color (decimal): -4826025 or 5725366. OLE color: 5725366.

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

Color convert

RGB 182 92 87 -
CMYK 0 0.49 0.52 0.29
HSL 3.16º 0.39% 0.53% -
HSV(B) 3.16º 0.52% 0.71% -
XYZ 24.84 18.29 11.24 -
YUV 118.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 182 92 87 0 0.49 0.52 0.29 3.16 0.39 0.53
Hex B6 5C 57 0 31 34 1D 3 27 35
Octal 266 134 127 0 61 64 35 3 47 65
Binary 10110110 1011100 1010111 0 110001 110100 11101 11 100111 110101

Color Harmonies of #B65C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C57

Black with #B65C57

Text Example


Text Example

White with #B65C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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