Html Css Color HEX #B4605B Fuzzy Wuzzy Brown

📋 copy color: '#B4605B'

red 180 ◦ green 96 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #B4605B

Tints of Fuzzy Wuzzy Brown #B4605B

RGB

 RED value IS 180 (70.7% from 255) = 49.05%

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 49.05%
G = 26.16%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4605B (or 0xB4605B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B4, 60 and 5B. RGB value is (180,96,91). Sum of RGB (Red+Green+Blue) = 180+96+91=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4605B is #4B9FA4. Grayscale: #787878. Windows color (decimal): -4956069 or 5988532. OLE color: 5988532.

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

Color convert

RGB 180 96 91 -
CMYK 0 0.47 0.49 0.29
HSL 3.37º 0.37% 0.53% -
HSV(B) 3.37º 0.49% 0.71% -
XYZ 24.89 18.82 12.22 -
YUV 120.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 180 96 91 0 0.47 0.49 0.29 3.37 0.37 0.53
Hex B4 60 5B 0 2F 31 1D 3 25 35
Octal 264 140 133 0 57 61 35 3 45 65
Binary 10110100 1100000 1011011 0 101111 110001 11101 11 100101 110101

Color Harmonies of #B4605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4605B

Black with #B4605B

Text Example


Text Example

White with #B4605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4605B; }

 p { color: rgb(180,96,91); }

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

background-color css

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

 a { background-color: rgb(180,96,91); }

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

border-color css

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

 span { border-color: rgb(180,96,91); }

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