#BF676B

Color #BF676B Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #BF676B

Tints of Cabaret #BF676B

Color information

#BF676B (or 0xBF676B) is unknown color: approx Cabaret. HEX triplet: BF, 67 and 6B. RGB value is (191,103,107). Sum of RGB (Red+Green+Blue) = 191+103+107=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF676B is #409894. Grayscale: #818181. Windows color (decimal): -4233365 or 7038911. OLE color: 7038911.

HSL color Cylindrical-coordinate representation of color #BF676B: hue angle of 357.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF676B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB191103107-
CMYK00.460.440.25
HSL357.27º40.74%57.65%-
HSV(B)357.27º46.07%74.9%-
XYZ28.9921.8416.6-
YUV129.77115.15171.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=47.63%
G=25.69%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110310700.460.440.25357.2740.7457.65
HexBF676B02E2C19165293a
Octal27714715305654315455172
Binary1011111111001111101011010111010110011001101100101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF676B; }

 p { color: rgb(191,103,107); }

 H1.HeaderClassName
 {
   color: #BF676B;
 }
 .AnyTagClassName
 {
   color: #BF676B;
 }
</style>
background-color css

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

 a { background-color: rgb(191,103,107); }

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

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

 span { border-color: rgb(191,103,107); }

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