#BD8F90

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

Shades of Careys Pink #BD8F90

Tints of Careys Pink #BD8F90

Color information

#BD8F90 (or 0xBD8F90) is unknown color: approx Careys Pink. HEX triplet: BD, 8F and 90. RGB value is (189,143,144). Sum of RGB (Red+Green+Blue) = 189+143+144=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F90 is #42706F. Grayscale: #9C9C9C. Windows color (decimal): -4354160 or 9473981. OLE color: 9473981.

HSL color Cylindrical-coordinate representation of color #BD8F90: hue angle of 358.7º degrees, saturation: 0.26, 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 #BD8F90 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB189143144-
CMYK00.240.240.26
HSL358.7º25.84%65.1%-
HSV(B)358.7º24.34%74.12%-
XYZ35.8432.4830.77-
YUV156.87120.74150.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=39.71%
G=30.04%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914314400.240.240.26358.725.8465.1
HexBD8F90018181A1671a41
Octal275217220030303254732101
Binary1011110110001111100100000110001100011010101100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F90; }

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

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

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

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

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

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

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

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