Html Css Color HEX #BE6470 Cabaret

📋 copy color: '#BE6470'

red 190 ◦ green 100 ◦ blue 112

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

Shades of Cabaret #BE6470

Tints of Cabaret #BE6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

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

R = 47.26%
G = 24.88%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE6470 (or 0xBE6470) is known color: Cabaret. HEX triplet: BE, 64 and 70. RGB value is (190,100,112). Sum of RGB (Red+Green+Blue) = 190+100+112=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6470 is #419B8F. Grayscale: #808080. Windows color (decimal): -4299664 or 7365822. OLE color: 7365822.

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

Color convert

RGB 190 100 112 -
CMYK 0 0.47 0.41 0.25
HSL 352º 0.41% 0.57% -
HSV(B) 352º 0.47% 0.75% -
XYZ 28.72 21.23 17.91 -
YUV 128.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 190 100 112 0 0.47 0.41 0.25 352 0.41 0.57
Hex BE 64 70 0 2F 29 19 160 29 39
Octal 276 144 160 0 57 51 31 540 51 71
Binary 10111110 1100100 1110000 0 101111 101001 11001 101100000 101001 111001

Color Harmonies of #BE6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6470

Black with #BE6470

Text Example


Text Example

White with #BE6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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