Html Css Color HEX #BF5E72 Cabaret

📋 copy color: '#BF5E72'

red 191 ◦ green 94 ◦ blue 114

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

Shades of Cabaret #BF5E72

Tints of Cabaret #BF5E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 47.87%
G = 23.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF5E72 (or 0xBF5E72) is known color: Cabaret. HEX triplet: BF, 5E and 72. RGB value is (191,94,114). Sum of RGB (Red+Green+Blue) = 191+94+114=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E72 is #40A18D. Grayscale: #7D7D7D. Windows color (decimal): -4235662 or 7495359. OLE color: 7495359.

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

Color convert

RGB 191 94 114 -
CMYK 0 0.51 0.40 0.25
HSL 347.63º 0.43% 0.56% -
HSV(B) 347.63º 0.51% 0.75% -
XYZ 28.53 20.3 18.33 -
YUV 125.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 191 94 114 0 0.51 0.40 0.25 347.63 0.43 0.56
Hex BF 5E 72 0 33 28 19 15C 2B 38
Octal 277 136 162 0 63 50 31 534 53 70
Binary 10111111 1011110 1110010 0 110011 101000 11001 101011100 101011 111000

Color Harmonies of #BF5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E72

Black with #BF5E72

Text Example


Text Example

White with #BF5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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