Html Css Color HEX #BF5673 Cabaret

📋 copy color: '#BF5673'

red 191 ◦ green 86 ◦ blue 115

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

Shades of Cabaret #BF5673

Tints of Cabaret #BF5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 48.72%
G = 21.94%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF5673 (or 0xBF5673) is known color: Cabaret. HEX triplet: BF, 56 and 73. RGB value is (191,86,115). Sum of RGB (Red+Green+Blue) = 191+86+115=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5673 is #40A98C. Grayscale: #787878. Windows color (decimal): -4237709 or 7558847. OLE color: 7558847.

HSL color Cylindrical-coordinate representation of color #BF5673: hue angle of 343.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5673 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 86 115 -
CMYK 0 0.55 0.40 0.25
HSL 343.43º 0.45% 0.54% -
HSV(B) 343.43º 0.55% 0.75% -
XYZ 27.91 18.97 18.41 -
YUV 120.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 191 86 115 0 0.55 0.40 0.25 343.43 0.45 0.54
Hex BF 56 73 0 37 28 19 157 2D 36
Octal 277 126 163 0 67 50 31 527 55 66
Binary 10111111 1010110 1110011 0 110111 101000 11001 101010111 101101 110110

Color Harmonies of #BF5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5673

Black with #BF5673

Text Example


Text Example

White with #BF5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5673; }

 p { color: rgb(191,86,115); }

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

background-color css

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

 a { background-color: rgb(191,86,115); }

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

border-color css

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

 span { border-color: rgb(191,86,115); }

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