Html Css Color HEX #B65A5A Fuzzy Wuzzy Brown

📋 copy color: '#B65A5A'

red 182 ◦ green 90 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B65A5A

Tints of Fuzzy Wuzzy Brown #B65A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 50.28%
G = 24.86%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B65A5A (or 0xB65A5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5A and 5A. RGB value is (182,90,90). Sum of RGB (Red+Green+Blue) = 182+90+90=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A5A is #49A5A5. Grayscale: #757575. Windows color (decimal): -4826534 or 5921462. OLE color: 5921462.

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

Color convert

RGB 182 90 90 -
CMYK 0 0.51 0.51 0.29
HSL 0.39% 0.53% -
HSV(B) 0.51% 0.71% -
XYZ 24.79 18 11.84 -
YUV 117.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 182 90 90 0 0.51 0.51 0.29 0 0.39 0.53
Hex B6 5A 5A 0 33 33 1D 0 27 35
Octal 266 132 132 0 63 63 35 0 47 65
Binary 10110110 1011010 1011010 0 110011 110011 11101 0 100111 110101

Color Harmonies of #B65A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A5A

Black with #B65A5A

Text Example


Text Example

White with #B65A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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