Html Css Color HEX #BE666C Cabaret

📋 copy color: '#BE666C'

red 190 ◦ green 102 ◦ blue 108

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

Shades of Cabaret #BE666C

Tints of Cabaret #BE666C

RGB

 RED value IS 190 (74.61% from 255) = 47.5%

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 47.5%
G = 25.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE666C (or 0xBE666C) is known color: Cabaret. HEX triplet: BE, 66 and 6C. RGB value is (190,102,108). Sum of RGB (Red+Green+Blue) = 190+102+108=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE666C is #419993. Grayscale: #818181. Windows color (decimal): -4299156 or 7104190. OLE color: 7104190.

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

Color convert

RGB 190 102 108 -
CMYK 0 0.46 0.43 0.25
HSL 355.91º 0.4% 0.57% -
HSV(B) 355.91º 0.46% 0.75% -
XYZ 28.69 21.53 16.83 -
YUV 129 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 190 102 108 0 0.46 0.43 0.25 355.91 0.4 0.57
Hex BE 66 6C 0 2E 2B 19 164 28 39
Octal 276 146 154 0 56 53 31 544 50 71
Binary 10111110 1100110 1101100 0 101110 101011 11001 101100100 101000 111001

Color Harmonies of #BE666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE666C

Black with #BE666C

Text Example


Text Example

White with #BE666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE666C; }

 p { color: rgb(190,102,108); }

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

background-color css

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

 a { background-color: rgb(190,102,108); }

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

border-color css

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

 span { border-color: rgb(190,102,108); }

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