Html Css Color HEX #B85453 Fuzzy Wuzzy Brown

📋 copy color: '#B85453'

red 184 ◦ green 84 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #B85453

Tints of Fuzzy Wuzzy Brown #B85453

RGB

 RED value IS 184 (72.27% from 255) = 52.42%

 GREEN value IS 84 (33.2% from 255) = 23.93%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 52.42%
G = 23.93%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85453 (or 0xB85453) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 54 and 53. RGB value is (184,84,83). Sum of RGB (Red+Green+Blue) = 184+84+83=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B85453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85453 is #47ABAC. Grayscale: #717171. Windows color (decimal): -4697005 or 5461176. OLE color: 5461176.

HSL color Cylindrical-coordinate representation of color #B85453: hue angle of 0.59º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85453 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 83 -
CMYK 0 0.54 0.55 0.28
HSL 0.59º 0.42% 0.52% -
HSV(B) 0.59º 0.55% 0.72% -
XYZ 24.5 17.16 10.2 -
YUV 113.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 184 84 83 0 0.54 0.55 0.28 0.59 0.42 0.52
Hex B8 54 53 0 36 37 1C 1 2A 34
Octal 270 124 123 0 66 67 34 1 52 64
Binary 10111000 1010100 1010011 0 110110 110111 11100 1 101010 110100

Color Harmonies of #B85453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85453

Black with #B85453

Text Example


Text Example

White with #B85453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85453; }

 p { color: rgb(184,84,83); }

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

background-color css

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

 a { background-color: rgb(184,84,83); }

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

border-color css

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

 span { border-color: rgb(184,84,83); }

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