#B69294

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

Shades of Careys Pink #B69294

Tints of Careys Pink #B69294

Color information

#B69294 (or 0xB69294) is unknown color: approx Careys Pink. HEX triplet: B6, 92 and 94. RGB value is (182,146,148). Sum of RGB (Red+Green+Blue) = 182+146+148=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B69294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69294 is #496D6B. Grayscale: #9D9D9D. Windows color (decimal): -4812140 or 9736886. OLE color: 9736886.

HSL color Cylindrical-coordinate representation of color #B69294: hue angle of 356.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69294 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB182146148-
CMYK00.200.190.29
HSL356.67º19.78%64.31%-
HSV(B)356.67º19.78%71.37%-
XYZ34.9232.6432.48-
YUV156.99122.93145.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=38.24%
G=30.67%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214614800.200.190.29356.6719.7864.31
HexB69294014131D1651440
Octal266222224024233554524100
Binary1011011010010010100101000101001001111101101100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69294; }

 p { color: rgb(182,146,148); }

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

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

 a { background-color: rgb(182,146,148); }

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

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

 span { border-color: rgb(182,146,148); }

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