Html Css Color HEX #BD9091 Careys Pink

📋 copy color: '#BD9091'

red 189 ◦ green 144 ◦ blue 145

#BD9091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BD9091

Tints of Careys Pink #BD9091

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 value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD9091 (or 0xBD9091) is known color: 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

RGB 189 144 145 -
CMYK 0 0.24 0.23 0.26
HSL 358.67º 0.25% 0.65% -
HSV(B) 358.67º 0.24% 0.74% -
XYZ 36.07 32.81 31.22 -
YUV 157.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 189 144 145 0 0.24 0.23 0.26 358.67 0.25 0.65
Hex BD 90 91 0 18 17 1A 167 19 41
Octal 275 220 221 0 30 27 32 547 31 101
Binary 10111101 10010000 10010001 0 11000 10111 11010 101100111 11001 1000001

Color Harmonies of #BD9091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9091

Black with #BD9091

Text Example


Text Example

White with #BD9091

Text Example


Text Example

HTML Codes & Css Web 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>