Html Css Color HEX #BB979A Careys Pink

📋 copy color: '#BB979A'

red 187 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #BB979A

Tints of Careys Pink #BB979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.69%

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

R = 38.01%
G = 30.69%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB979A (or 0xBB979A) is known color: Careys Pink. HEX triplet: BB, 97 and 9A. RGB value is (187,151,154). Sum of RGB (Red+Green+Blue) = 187+151+154=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979A is #446865. Grayscale: #A2A2A2. Windows color (decimal): -4483174 or 10131387. OLE color: 10131387.

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

Color convert

RGB 187 151 154 -
CMYK 0 0.19 0.18 0.27
HSL 355º 0.21% 0.66% -
HSV(B) 355º 0.19% 0.73% -
XYZ 37.39 35.03 35.36 -
YUV 162.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 187 151 154 0 0.19 0.18 0.27 355 0.21 0.66
Hex BB 97 9A 0 13 12 1B 163 15 42
Octal 273 227 232 0 23 22 33 543 25 102
Binary 10111011 10010111 10011010 0 10011 10010 11011 101100011 10101 1000010

Color Harmonies of #BB979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB979A

Black with #BB979A

Text Example


Text Example

White with #BB979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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