Html Css Color HEX #B3979A Careys Pink

📋 copy color: '#B3979A'

red 179 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #B3979A

Tints of Careys Pink #B3979A

RGB

 RED value IS 179 (70.31% from 255) = 36.98%

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

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

R = 36.98%
G = 31.2%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3979A (or 0xB3979A) is known color: Careys Pink. HEX triplet: B3, 97 and 9A. RGB value is (179,151,154). Sum of RGB (Red+Green+Blue) = 179+151+154=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3979A is #4C6865. Grayscale: #9F9F9F. Windows color (decimal): -5007462 or 10131379. OLE color: 10131379.

HSL color Cylindrical-coordinate representation of color #B3979A: hue angle of 353.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3979A is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 154 -
CMYK 0 0.16 0.14 0.30
HSL 353.57º 0.16% 0.65% -
HSV(B) 353.57º 0.16% 0.7% -
XYZ 35.49 34.05 35.27 -
YUV 159.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 179 151 154 0 0.16 0.14 0.30 353.57 0.16 0.65
Hex B3 97 9A 0 10 E 1E 162 10 41
Octal 263 227 232 0 20 16 36 542 20 101
Binary 10110011 10010111 10011010 0 10000 1110 11110 101100010 10000 1000001

Color Harmonies of #B3979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3979A

Black with #B3979A

Text Example


Text Example

White with #B3979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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