Html Css Color HEX #BF5E71 Cabaret

📋 copy color: '#BF5E71'

red 191 ◦ green 94 ◦ blue 113

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

Shades of Cabaret #BF5E71

Tints of Cabaret #BF5E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 47.99%
G = 23.62%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF5E71 (or 0xBF5E71) is known color: Cabaret. HEX triplet: BF, 5E and 71. RGB value is (191,94,113). Sum of RGB (Red+Green+Blue) = 191+94+113=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E71 is #40A18E. Grayscale: #7D7D7D. Windows color (decimal): -4235663 or 7429823. OLE color: 7429823.

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

Color convert

RGB 191 94 113 -
CMYK 0 0.51 0.41 0.25
HSL 348.25º 0.43% 0.56% -
HSV(B) 348.25º 0.51% 0.75% -
XYZ 28.47 20.27 18.04 -
YUV 125.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 191 94 113 0 0.51 0.41 0.25 348.25 0.43 0.56
Hex BF 5E 71 0 33 29 19 15C 2B 38
Octal 277 136 161 0 63 51 31 534 53 70
Binary 10111111 1011110 1110001 0 110011 101001 11001 101011100 101011 111000

Color Harmonies of #BF5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E71

Black with #BF5E71

Text Example


Text Example

White with #BF5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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