Html Css Color HEX #BE6372 Cabaret

📋 copy color: '#BE6372'

red 190 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #BE6372

Tints of Cabaret #BE6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

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

R = 47.15%
G = 24.57%
B = 28.29%

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

#BE6372 (or 0xBE6372) is known color: Cabaret. HEX triplet: BE, 63 and 72. RGB value is (190,99,114). Sum of RGB (Red+Green+Blue) = 190+99+114=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6372 is #419C8D. Grayscale: #7F7F7F. Windows color (decimal): -4299918 or 7496638. OLE color: 7496638.

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

Color convert

RGB 190 99 114 -
CMYK 0 0.48 0.40 0.25
HSL 350.11º 0.41% 0.57% -
HSV(B) 350.11º 0.48% 0.75% -
XYZ 28.73 21.09 18.48 -
YUV 127.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 190 99 114 0 0.48 0.40 0.25 350.11 0.41 0.57
Hex BE 63 72 0 30 28 19 15E 29 39
Octal 276 143 162 0 60 50 31 536 51 71
Binary 10111110 1100011 1110010 0 110000 101000 11001 101011110 101001 111001

Color Harmonies of #BE6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6372

Black with #BE6372

Text Example


Text Example

White with #BE6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6372; }

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

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

background-color css

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

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

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

border-color css

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

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

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