Html Css Color HEX #BF5E5C Fuzzy Wuzzy Brown

📋 copy color: '#BF5E5C'

red 191 ◦ green 94 ◦ blue 92

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

Shades of Fuzzy Wuzzy Brown #BF5E5C

Tints of Fuzzy Wuzzy Brown #BF5E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 50.66%
G = 24.93%
B = 24.4%

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

#BF5E5C (or 0xBF5E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5E and 5C. RGB value is (191,94,92). Sum of RGB (Red+Green+Blue) = 191+94+92=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E5C is #40A1A3. Grayscale: #7A7A7A. Windows color (decimal): -4235684 or 6053567. OLE color: 6053567.

HSL color Cylindrical-coordinate representation of color #BF5E5C: hue angle of 1.21º 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 #BF5E5C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 92 -
CMYK 0 0.51 0.52 0.25
HSL 1.21º 0.44% 0.55% -
HSV(B) 1.21º 0.52% 0.75% -
XYZ 27.42 19.85 12.51 -
YUV 122.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 191 94 92 0 0.51 0.52 0.25 1.21 0.44 0.55
Hex BF 5E 5C 0 33 34 19 1 2C 37
Octal 277 136 134 0 63 64 31 1 54 67
Binary 10111111 1011110 1011100 0 110011 110100 11001 1 101100 110111

Color Harmonies of #BF5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E5C

Black with #BF5E5C

Text Example


Text Example

White with #BF5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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