Html Css Color HEX #BE6076 Cabaret

📋 copy color: '#BE6076'

red 190 ◦ green 96 ◦ blue 118

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

Shades of Cabaret #BE6076

Tints of Cabaret #BE6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 47.03%
G = 23.76%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE6076 (or 0xBE6076) is known color: Cabaret. HEX triplet: BE, 60 and 76. RGB value is (190,96,118). Sum of RGB (Red+Green+Blue) = 190+96+118=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6076 is #419F89. Grayscale: #7E7E7E. Windows color (decimal): -4300682 or 7758014. OLE color: 7758014.

HSL color Cylindrical-coordinate representation of color #BE6076: hue angle of 345.96º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6076 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 96 118 -
CMYK 0 0.49 0.38 0.25
HSL 345.96º 0.42% 0.56% -
HSV(B) 345.96º 0.49% 0.75% -
XYZ 28.69 20.62 19.61 -
YUV 126.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 190 96 118 0 0.49 0.38 0.25 345.96 0.42 0.56
Hex BE 60 76 0 31 26 19 15A 2A 38
Octal 276 140 166 0 61 46 31 532 52 70
Binary 10111110 1100000 1110110 0 110001 100110 11001 101011010 101010 111000

Color Harmonies of #BE6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6076

Black with #BE6076

Text Example


Text Example

White with #BE6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6076; }

 p { color: rgb(190,96,118); }

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

background-color css

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

 a { background-color: rgb(190,96,118); }

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

border-color css

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

 span { border-color: rgb(190,96,118); }

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