#BE9192

Color #BE9192 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BE9192

Tints of Careys Pink #BE9192

Color information

#BE9192 (or 0xBE9192) is unknown color: approx Careys Pink. HEX triplet: BE, 91 and 92. RGB value is (190,145,146). Sum of RGB (Red+Green+Blue) = 190+145+146=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9192 is #416E6D. Grayscale: #9E9E9E. Windows color (decimal): -4288110 or 9605566. OLE color: 9605566.

HSL color Cylindrical-coordinate representation of color #BE9192: hue angle of 358.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9192 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190145146-
CMYK00.240.230.25
HSL358.67º25.71%65.69%-
HSV(B)358.67º23.68%74.51%-
XYZ36.5533.2731.69-
YUV158.57120.91150.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=39.50%
G=30.15%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014514600.240.230.25358.6725.7165.69
HexBE919201817191671a42
Octal276221222030273154732102
Binary1011111010010001100100100110001011111001101100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9192; }

 p { color: rgb(190,145,146); }

 H1.HeaderClassName
 {
   color: #BE9192;
 }
 .AnyTagClassName
 {
   color: #BE9192;
 }
</style>
background-color css

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

 a { background-color: rgb(190,145,146); }

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

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

 span { border-color: rgb(190,145,146); }

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