Html Css Color HEX #BE7F8A Charm

📋 copy color: '#BE7F8A'

red 190 ◦ green 127 ◦ blue 138

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

Shades of Charm #BE7F8A

Tints of Charm #BE7F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 27.91%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 41.76%
G = 27.91%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE7F8A (or 0xBE7F8A) is known color: Charm. HEX triplet: BE, 7F and 8A. RGB value is (190,127,138). Sum of RGB (Red+Green+Blue) = 190+127+138=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8A is #418075. Grayscale: #939393. Windows color (decimal): -4292726 or 9076670. OLE color: 9076670.

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

Color convert

RGB 190 127 138 -
CMYK 0 0.33 0.27 0.25
HSL 349.52º 0.33% 0.62% -
HSV(B) 349.52º 0.33% 0.75% -
XYZ 33.41 27.96 27.68 -
YUV 147.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 190 127 138 0 0.33 0.27 0.25 349.52 0.33 0.62
Hex BE 7F 8A 0 21 1B 19 15E 21 3E
Octal 276 177 212 0 41 33 31 536 41 76
Binary 10111110 1111111 10001010 0 100001 11011 11001 101011110 100001 111110

Color Harmonies of #BE7F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F8A

Black with #BE7F8A

Text Example


Text Example

White with #BE7F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F8A; }

 p { color: rgb(190,127,138); }

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

background-color css

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

 a { background-color: rgb(190,127,138); }

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

border-color css

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

 span { border-color: rgb(190,127,138); }

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