Html Css Color HEX #BE6271 Cabaret

📋 copy color: '#BE6271'

red 190 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #BE6271

Tints of Cabaret #BE6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 47.38%
G = 24.44%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE6271 (or 0xBE6271) is known color: Cabaret. HEX triplet: BE, 62 and 71. RGB value is (190,98,113). Sum of RGB (Red+Green+Blue) = 190+98+113=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6271 is #419D8E. Grayscale: #7F7F7F. Windows color (decimal): -4300175 or 7430846. OLE color: 7430846.

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

Color convert

RGB 190 98 113 -
CMYK 0 0.48 0.41 0.25
HSL 350.22º 0.41% 0.56% -
HSV(B) 350.22º 0.48% 0.75% -
XYZ 28.58 20.87 18.15 -
YUV 127.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 190 98 113 0 0.48 0.41 0.25 350.22 0.41 0.56
Hex BE 62 71 0 30 29 19 15E 29 38
Octal 276 142 161 0 60 51 31 536 51 70
Binary 10111110 1100010 1110001 0 110000 101001 11001 101011110 101001 111000

Color Harmonies of #BE6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6271

Black with #BE6271

Text Example


Text Example

White with #BE6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6271; }

 p { color: rgb(190,98,113); }

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

background-color css

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

 a { background-color: rgb(190,98,113); }

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

border-color css

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

 span { border-color: rgb(190,98,113); }

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