Html Css Color HEX #BF666B Cabaret

📋 copy color: '#BF666B'

red 191 ◦ green 102 ◦ blue 107

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

Shades of Cabaret #BF666B

Tints of Cabaret #BF666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 47.75%
G = 25.5%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF666B (or 0xBF666B) is known color: Cabaret. HEX triplet: BF, 66 and 6B. RGB value is (191,102,107). Sum of RGB (Red+Green+Blue) = 191+102+107=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF666B is #409994. Grayscale: #818181. Windows color (decimal): -4233621 or 7038655. OLE color: 7038655.

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

Color convert

RGB 191 102 107 -
CMYK 0 0.47 0.44 0.25
HSL 356.63º 0.41% 0.57% -
HSV(B) 356.63º 0.47% 0.75% -
XYZ 28.89 21.64 16.56 -
YUV 129.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 191 102 107 0 0.47 0.44 0.25 356.63 0.41 0.57
Hex BF 66 6B 0 2F 2C 19 165 29 39
Octal 277 146 153 0 57 54 31 545 51 71
Binary 10111111 1100110 1101011 0 101111 101100 11001 101100101 101001 111001

Color Harmonies of #BF666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF666B

Black with #BF666B

Text Example


Text Example

White with #BF666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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