Html Css Color HEX #BF5E76 Cabaret

📋 copy color: '#BF5E76'

red 191 ◦ green 94 ◦ blue 118

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

Shades of Cabaret #BF5E76

Tints of Cabaret #BF5E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 47.39%
G = 23.33%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF5E76 (or 0xBF5E76) is known color: Cabaret. HEX triplet: BF, 5E and 76. RGB value is (191,94,118). Sum of RGB (Red+Green+Blue) = 191+94+118=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E76 is #40A189. Grayscale: #7D7D7D. Windows color (decimal): -4235658 or 7757503. OLE color: 7757503.

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

Color convert

RGB 191 94 118 -
CMYK 0 0.51 0.38 0.25
HSL 345.15º 0.43% 0.56% -
HSV(B) 345.15º 0.51% 0.75% -
XYZ 28.76 20.39 19.56 -
YUV 125.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 191 94 118 0 0.51 0.38 0.25 345.15 0.43 0.56
Hex BF 5E 76 0 33 26 19 159 2B 38
Octal 277 136 166 0 63 46 31 531 53 70
Binary 10111111 1011110 1110110 0 110011 100110 11001 101011001 101011 111000

Color Harmonies of #BF5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E76

Black with #BF5E76

Text Example


Text Example

White with #BF5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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