Html Css Color HEX #BE6570 Cabaret

📋 copy color: '#BE6570'

red 190 ◦ green 101 ◦ blue 112

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

Shades of Cabaret #BE6570

Tints of Cabaret #BE6570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 47.15%
G = 25.06%
B = 27.79%

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

#BE6570 (or 0xBE6570) is known color: Cabaret. HEX triplet: BE, 65 and 70. RGB value is (190,101,112). Sum of RGB (Red+Green+Blue) = 190+101+112=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6570 is #419A8F. Grayscale: #808080. Windows color (decimal): -4299408 or 7366078. OLE color: 7366078.

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

Color convert

RGB 190 101 112 -
CMYK 0 0.47 0.41 0.25
HSL 352.58º 0.41% 0.57% -
HSV(B) 352.58º 0.47% 0.75% -
XYZ 28.81 21.42 17.95 -
YUV 128.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 190 101 112 0 0.47 0.41 0.25 352.58 0.41 0.57
Hex BE 65 70 0 2F 29 19 161 29 39
Octal 276 145 160 0 57 51 31 541 51 71
Binary 10111110 1100101 1110000 0 101111 101001 11001 101100001 101001 111001

Color Harmonies of #BE6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6570

Black with #BE6570

Text Example


Text Example

White with #BE6570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6570; }

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

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

background-color css

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

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

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

border-color css

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

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

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