Html Css Color HEX #BE6670 Cabaret

📋 copy color: '#BE6670'

red 190 ◦ green 102 ◦ blue 112

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

Shades of Cabaret #BE6670

Tints of Cabaret #BE6670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 47.03%
G = 25.25%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE6670 (or 0xBE6670) is known color: Cabaret. HEX triplet: BE, 66 and 70. RGB value is (190,102,112). Sum of RGB (Red+Green+Blue) = 190+102+112=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6670 is #41998F. Grayscale: #818181. Windows color (decimal): -4299152 or 7366334. OLE color: 7366334.

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

Color convert

RGB 190 102 112 -
CMYK 0 0.46 0.41 0.25
HSL 353.18º 0.4% 0.57% -
HSV(B) 353.18º 0.46% 0.75% -
XYZ 28.91 21.62 17.98 -
YUV 129.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 190 102 112 0 0.46 0.41 0.25 353.18 0.4 0.57
Hex BE 66 70 0 2E 29 19 161 28 39
Octal 276 146 160 0 56 51 31 541 50 71
Binary 10111110 1100110 1110000 0 101110 101001 11001 101100001 101000 111001

Color Harmonies of #BE6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6670

Black with #BE6670

Text Example


Text Example

White with #BE6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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