Html Css Color HEX #BE6370 Cabaret

📋 copy color: '#BE6370'

red 190 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #BE6370

Tints of Cabaret #BE6370

RGB

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

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

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

R = 47.38%
G = 24.69%
B = 27.93%

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

#BE6370 (or 0xBE6370) is known color: Cabaret. HEX triplet: BE, 63 and 70. RGB value is (190,99,112). Sum of RGB (Red+Green+Blue) = 190+99+112=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6370 is #419C8F. Grayscale: #7F7F7F. Windows color (decimal): -4299920 or 7365566. OLE color: 7365566.

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

Color convert

RGB 190 99 112 -
CMYK 0 0.48 0.41 0.25
HSL 351.43º 0.41% 0.57% -
HSV(B) 351.43º 0.48% 0.75% -
XYZ 28.62 21.04 17.88 -
YUV 127.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 190 99 112 0 0.48 0.41 0.25 351.43 0.41 0.57
Hex BE 63 70 0 30 29 19 15F 29 39
Octal 276 143 160 0 60 51 31 537 51 71
Binary 10111110 1100011 1110000 0 110000 101001 11001 101011111 101001 111001

Color Harmonies of #BE6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6370

Black with #BE6370

Text Example


Text Example

White with #BE6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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