Html Css Color HEX #BF5D5A Fuzzy Wuzzy Brown

📋 copy color: '#BF5D5A'

red 191 ◦ green 93 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #BF5D5A

Tints of Fuzzy Wuzzy Brown #BF5D5A

RGB

 RED value IS 191 (75% from 255) = 51.07%

 GREEN value IS 93 (36.72% from 255) = 24.87%

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

R = 51.07%
G = 24.87%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF5D5A (or 0xBF5D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5D and 5A. RGB value is (191,93,90). Sum of RGB (Red+Green+Blue) = 191+93+90=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D5A is #40A2A5. Grayscale: #7A7A7A. Windows color (decimal): -4235942 or 5922239. OLE color: 5922239.

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

Color convert

RGB 191 93 90 -
CMYK 0 0.51 0.53 0.25
HSL 1.78º 0.44% 0.55% -
HSV(B) 1.78º 0.53% 0.75% -
XYZ 27.25 19.64 12.03 -
YUV 121.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 191 93 90 0 0.51 0.53 0.25 1.78 0.44 0.55
Hex BF 5D 5A 0 33 35 19 2 2C 37
Octal 277 135 132 0 63 65 31 2 54 67
Binary 10111111 1011101 1011010 0 110011 110101 11001 10 101100 110111

Color Harmonies of #BF5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D5A

Black with #BF5D5A

Text Example


Text Example

White with #BF5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D5A; }

 p { color: rgb(191,93,90); }

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

background-color css

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

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

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

border-color css

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

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

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