Html Css Color HEX #BB9495 Careys Pink

📋 copy color: '#BB9495'

red 187 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #BB9495

Tints of Careys Pink #BB9495

RGB

 RED value IS 187 (73.44% from 255) = 38.64%

 GREEN value IS 148 (58.2% from 255) = 30.58%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 38.64%
G = 30.58%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9495 (or 0xBB9495) is known color: Careys Pink. HEX triplet: BB, 94 and 95. RGB value is (187,148,149). Sum of RGB (Red+Green+Blue) = 187+148+149=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9495 is #446B6A. Grayscale: #9F9F9F. Windows color (decimal): -4483947 or 9802939. OLE color: 9802939.

HSL color Cylindrical-coordinate representation of color #BB9495: hue angle of 358.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9495 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 149 -
CMYK 0 0.21 0.20 0.27
HSL 358.46º 0.22% 0.66% -
HSV(B) 358.46º 0.21% 0.73% -
XYZ 36.51 33.91 33.06 -
YUV 159.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 187 148 149 0 0.21 0.20 0.27 358.46 0.22 0.66
Hex BB 94 95 0 15 14 1B 166 16 42
Octal 273 224 225 0 25 24 33 546 26 102
Binary 10111011 10010100 10010101 0 10101 10100 11011 101100110 10110 1000010

Color Harmonies of #BB9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9495

Black with #BB9495

Text Example


Text Example

White with #BB9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9495; }

 p { color: rgb(187,148,149); }

 H1.HeaderClassName
 {
   color: #BB9495;
 }
 .AnyTagClassName
 {
   color: #BB9495;
 }
</style>

background-color css

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

 a { background-color: rgb(187,148,149); }

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

border-color css

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

 span { border-color: rgb(187,148,149); }

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