Html Css Color HEX #BE6471 Cabaret

📋 copy color: '#BE6471'

red 190 ◦ green 100 ◦ blue 113

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

Shades of Cabaret #BE6471

Tints of Cabaret #BE6471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 47.15%
G = 24.81%
B = 28.04%

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

#BE6471 (or 0xBE6471) is known color: Cabaret. HEX triplet: BE, 64 and 71. RGB value is (190,100,113). Sum of RGB (Red+Green+Blue) = 190+100+113=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6471 is #419B8E. Grayscale: #808080. Windows color (decimal): -4299663 or 7431358. OLE color: 7431358.

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

Color convert

RGB 190 100 113 -
CMYK 0 0.47 0.41 0.25
HSL 351.33º 0.41% 0.57% -
HSV(B) 351.33º 0.47% 0.75% -
XYZ 28.77 21.25 18.21 -
YUV 128.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 190 100 113 0 0.47 0.41 0.25 351.33 0.41 0.57
Hex BE 64 71 0 2F 29 19 15F 29 39
Octal 276 144 161 0 57 51 31 537 51 71
Binary 10111110 1100100 1110001 0 101111 101001 11001 101011111 101001 111001

Color Harmonies of #BE6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6471

Black with #BE6471

Text Example


Text Example

White with #BE6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6471; }

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

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

background-color css

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

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

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

border-color css

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

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

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