Html Css Color HEX #BF5D6D Cabaret

📋 copy color: '#BF5D6D'

red 191 ◦ green 93 ◦ blue 109

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

Shades of Cabaret #BF5D6D

Tints of Cabaret #BF5D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 48.6%
G = 23.66%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF5D6D (or 0xBF5D6D) is known color: Cabaret. HEX triplet: BF, 5D and 6D. RGB value is (191,93,109). Sum of RGB (Red+Green+Blue) = 191+93+109=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D6D is #40A292. Grayscale: #7C7C7C. Windows color (decimal): -4235923 or 7167423. OLE color: 7167423.

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

Color convert

RGB 191 93 109 -
CMYK 0 0.51 0.43 0.25
HSL 350.2º 0.43% 0.56% -
HSV(B) 350.2º 0.51% 0.75% -
XYZ 28.16 20.01 16.85 -
YUV 124.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 191 93 109 0 0.51 0.43 0.25 350.2 0.43 0.56
Hex BF 5D 6D 0 33 2B 19 15E 2B 38
Octal 277 135 155 0 63 53 31 536 53 70
Binary 10111111 1011101 1101101 0 110011 101011 11001 101011110 101011 111000

Color Harmonies of #BF5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D6D

Black with #BF5D6D

Text Example


Text Example

White with #BF5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D6D; }

 p { color: rgb(191,93,109); }

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

background-color css

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

 a { background-color: rgb(191,93,109); }

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

border-color css

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

 span { border-color: rgb(191,93,109); }

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