Html Css Color HEX #BF5E70 Cabaret

📋 copy color: '#BF5E70'

red 191 ◦ green 94 ◦ blue 112

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

Shades of Cabaret #BF5E70

Tints of Cabaret #BF5E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 48.11%
G = 23.68%
B = 28.21%

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

#BF5E70 (or 0xBF5E70) is known color: Cabaret. HEX triplet: BF, 5E and 70. RGB value is (191,94,112). Sum of RGB (Red+Green+Blue) = 191+94+112=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E70 is #40A18F. Grayscale: #7D7D7D. Windows color (decimal): -4235664 or 7364287. OLE color: 7364287.

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

Color convert

RGB 191 94 112 -
CMYK 0 0.51 0.41 0.25
HSL 348.87º 0.43% 0.56% -
HSV(B) 348.87º 0.51% 0.75% -
XYZ 28.41 20.25 17.74 -
YUV 125.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 191 94 112 0 0.51 0.41 0.25 348.87 0.43 0.56
Hex BF 5E 70 0 33 29 19 15D 2B 38
Octal 277 136 160 0 63 51 31 535 53 70
Binary 10111111 1011110 1110000 0 110011 101001 11001 101011101 101011 111000

Color Harmonies of #BF5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E70

Black with #BF5E70

Text Example


Text Example

White with #BF5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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