#BD9091

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

Shades of Careys Pink #BD9091

Tints of Careys Pink #BD9091

Color information

#BD9091 (or 0xBD9091) is unknown color: approx Careys Pink. HEX triplet: BD, 90 and 91. RGB value is (189,144,145). Sum of RGB (Red+Green+Blue) = 189+144+145=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9091 is #426F6E. Grayscale: #9D9D9D. Windows color (decimal): -4353903 or 9539773. OLE color: 9539773.

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

Color convert

RGB189144145-
CMYK00.240.230.26
HSL358.67º25.42%65.29%-
HSV(B)358.67º23.81%74.12%-
XYZ36.0732.8131.22-
YUV157.57120.91150.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=39.54%
G=30.13%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914414500.240.230.26358.6725.4265.29
HexBD9091018171A1671941
Octal275220221030273254731101
Binary1011110110010000100100010110001011111010101100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9091; }

 p { color: rgb(189,144,145); }

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

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

 a { background-color: rgb(189,144,145); }

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

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

 span { border-color: rgb(189,144,145); }

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