Html Css Color HEX #B65A56 Fuzzy Wuzzy Brown

📋 copy color: '#B65A56'

red 182 ◦ green 90 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #B65A56

Tints of Fuzzy Wuzzy Brown #B65A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 50.84%
G = 25.14%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B65A56 (or 0xB65A56) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5A and 56. RGB value is (182,90,86). Sum of RGB (Red+Green+Blue) = 182+90+86=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A56 is #49A5A9. Grayscale: #757575. Windows color (decimal): -4826538 or 5659318. OLE color: 5659318.

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

Color convert

RGB 182 90 86 -
CMYK 0 0.51 0.53 0.29
HSL 2.5º 0.4% 0.53% -
HSV(B) 2.5º 0.53% 0.71% -
XYZ 24.63 17.93 10.97 -
YUV 117.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 182 90 86 0 0.51 0.53 0.29 2.5 0.4 0.53
Hex B6 5A 56 0 33 35 1D 2 28 35
Octal 266 132 126 0 63 65 35 2 50 65
Binary 10110110 1011010 1010110 0 110011 110101 11101 10 101000 110101

Color Harmonies of #B65A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A56

Black with #B65A56

Text Example


Text Example

White with #B65A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A56; }

 p { color: rgb(182,90,86); }

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

background-color css

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

 a { background-color: rgb(182,90,86); }

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

border-color css

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

 span { border-color: rgb(182,90,86); }

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