Html Css Color HEX #BF5E77 Cabaret

📋 copy color: '#BF5E77'

red 191 ◦ green 94 ◦ blue 119

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

Shades of Cabaret #BF5E77

Tints of Cabaret #BF5E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 47.28%
G = 23.27%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF5E77 (or 0xBF5E77) is known color: Cabaret. HEX triplet: BF, 5E and 77. RGB value is (191,94,119). Sum of RGB (Red+Green+Blue) = 191+94+119=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E77 is #40A188. Grayscale: #7D7D7D. Windows color (decimal): -4235657 or 7823039. OLE color: 7823039.

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

Color convert

RGB 191 94 119 -
CMYK 0 0.51 0.38 0.25
HSL 344.54º 0.43% 0.56% -
HSV(B) 344.54º 0.51% 0.75% -
XYZ 28.82 20.41 19.87 -
YUV 125.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 191 94 119 0 0.51 0.38 0.25 344.54 0.43 0.56
Hex BF 5E 77 0 33 26 19 159 2B 38
Octal 277 136 167 0 63 46 31 531 53 70
Binary 10111111 1011110 1110111 0 110011 100110 11001 101011001 101011 111000

Color Harmonies of #BF5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E77

Black with #BF5E77

Text Example


Text Example

White with #BF5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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