Html Css Color HEX #BB9295 Careys Pink

📋 copy color: '#BB9295'

red 187 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #BB9295

Tints of Careys Pink #BB9295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

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

R = 38.8%
G = 30.29%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9295 (or 0xBB9295) is known color: Careys Pink. HEX triplet: BB, 92 and 95. RGB value is (187,146,149). Sum of RGB (Red+Green+Blue) = 187+146+149=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9295 is #446D6A. Grayscale: #9E9E9E. Windows color (decimal): -4484459 or 9802427. OLE color: 9802427.

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

Color convert

RGB 187 146 149 -
CMYK 0 0.22 0.20 0.27
HSL 355.61º 0.23% 0.65% -
HSV(B) 355.61º 0.22% 0.73% -
XYZ 36.2 33.29 32.95 -
YUV 158.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 187 146 149 0 0.22 0.20 0.27 355.61 0.23 0.65
Hex BB 92 95 0 16 14 1B 164 17 41
Octal 273 222 225 0 26 24 33 544 27 101
Binary 10111011 10010010 10010101 0 10110 10100 11011 101100100 10111 1000001

Color Harmonies of #BB9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9295

Black with #BB9295

Text Example


Text Example

White with #BB9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9295; }

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

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

background-color css

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

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

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

border-color css

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

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

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