#BE9092

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

Shades of Careys Pink #BE9092

Tints of Careys Pink #BE9092

Color information

#BE9092 (or 0xBE9092) is unknown color: approx Careys Pink. HEX triplet: BE, 90 and 92. RGB value is (190,144,146). Sum of RGB (Red+Green+Blue) = 190+144+146=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9092 is #416F6D. Grayscale: #9E9E9E. Windows color (decimal): -4288366 or 9605310. OLE color: 9605310.

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

Color convert

RGB190144146-
CMYK00.240.230.25
HSL357.39º26.14%65.49%-
HSV(B)357.39º24.21%74.51%-
XYZ36.432.9731.64-
YUV157.98121.24150.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=39.58%
G=30%
B=30.42%

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
Decimal19014414600.240.230.25357.3926.1465.49
HexBE909201817191651a41
Octal276220222030273154532101
Binary1011111010010000100100100110001011111001101100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9092; }

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

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

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

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

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

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

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

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