Html Css Color HEX #BE6272 Cabaret

📋 copy color: '#BE6272'

red 190 ◦ green 98 ◦ blue 114

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

Shades of Cabaret #BE6272

Tints of Cabaret #BE6272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 47.26%
G = 24.38%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE6272 (or 0xBE6272) is known color: Cabaret. HEX triplet: BE, 62 and 72. RGB value is (190,98,114). Sum of RGB (Red+Green+Blue) = 190+98+114=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6272 is #419D8D. Grayscale: #7F7F7F. Windows color (decimal): -4300174 or 7496382. OLE color: 7496382.

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

Color convert

RGB 190 98 114 -
CMYK 0 0.48 0.40 0.25
HSL 349.57º 0.41% 0.56% -
HSV(B) 349.57º 0.48% 0.75% -
XYZ 28.64 20.9 18.44 -
YUV 127.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 190 98 114 0 0.48 0.40 0.25 349.57 0.41 0.56
Hex BE 62 72 0 30 28 19 15E 29 38
Octal 276 142 162 0 60 50 31 536 51 70
Binary 10111110 1100010 1110010 0 110000 101000 11001 101011110 101001 111000

Color Harmonies of #BE6272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6272

Black with #BE6272

Text Example


Text Example

White with #BE6272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6272; }

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

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

background-color css

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

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

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

border-color css

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

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

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