Html Css Color HEX #BB959A Careys Pink

📋 copy color: '#BB959A'

red 187 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #BB959A

Tints of Careys Pink #BB959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.41%

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 38.16%
G = 30.41%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB959A (or 0xBB959A) is known color: Careys Pink. HEX triplet: BB, 95 and 9A. RGB value is (187,149,154). Sum of RGB (Red+Green+Blue) = 187+149+154=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959A is #446A65. Grayscale: #A0A0A0. Windows color (decimal): -4483686 or 10130875. OLE color: 10130875.

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

Color convert

RGB 187 149 154 -
CMYK 0 0.20 0.18 0.27
HSL 352.11º 0.22% 0.66% -
HSV(B) 352.11º 0.2% 0.73% -
XYZ 37.07 34.39 35.26 -
YUV 160.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 187 149 154 0 0.20 0.18 0.27 352.11 0.22 0.66
Hex BB 95 9A 0 14 12 1B 160 16 42
Octal 273 225 232 0 24 22 33 540 26 102
Binary 10111011 10010101 10011010 0 10100 10010 11011 101100000 10110 1000010

Color Harmonies of #BB959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB959A

Black with #BB959A

Text Example


Text Example

White with #BB959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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