Html Css Color HEX #BF5E5B Fuzzy Wuzzy Brown

📋 copy color: '#BF5E5B'

red 191 ◦ green 94 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #BF5E5B

Tints of Fuzzy Wuzzy Brown #BF5E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

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

R = 50.8%
G = 25%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF5E5B (or 0xBF5E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5E and 5B. RGB value is (191,94,91). Sum of RGB (Red+Green+Blue) = 191+94+91=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E5B is #40A1A4. Grayscale: #7A7A7A. Windows color (decimal): -4235685 or 5988031. OLE color: 5988031.

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

Color convert

RGB 191 94 91 -
CMYK 0 0.51 0.52 0.25
HSL 1.8º 0.44% 0.55% -
HSV(B) 1.8º 0.52% 0.75% -
XYZ 27.38 19.84 12.28 -
YUV 122.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 191 94 91 0 0.51 0.52 0.25 1.8 0.44 0.55
Hex BF 5E 5B 0 33 34 19 2 2C 37
Octal 277 136 133 0 63 64 31 2 54 67
Binary 10111111 1011110 1011011 0 110011 110100 11001 10 101100 110111

Color Harmonies of #BF5E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E5B

Black with #BF5E5B

Text Example


Text Example

White with #BF5E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E5B; }

 p { color: rgb(191,94,91); }

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

background-color css

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

 a { background-color: rgb(191,94,91); }

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

border-color css

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

 span { border-color: rgb(191,94,91); }

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