#BF676F

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

Shades of Cabaret #BF676F

Tints of Cabaret #BF676F

Color information

#BF676F (or 0xBF676F) is unknown color: approx Cabaret. HEX triplet: BF, 67 and 6F. RGB value is (191,103,111). Sum of RGB (Red+Green+Blue) = 191+103+111=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF676F is #409890. Grayscale: #828282. Windows color (decimal): -4233361 or 7301055. OLE color: 7301055.

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

Color convert

RGB191103111-
CMYK00.460.420.25
HSL354.55º40.74%57.65%-
HSV(B)354.55º46.07%74.9%-
XYZ29.2121.9217.73-
YUV130.22117.15171.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=47.16%
G=25.43%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110311100.460.420.25354.5540.7457.65
HexBF676F02E2A19163293a
Octal27714715705652315435172
Binary1011111111001111101111010111010101011001101100011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF676F; }

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

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

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

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

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

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

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

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