Html Css Color HEX #B7979B Careys Pink

📋 copy color: '#B7979B'

red 183 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #B7979B

Tints of Careys Pink #B7979B

RGB

 RED value IS 183 (71.88% from 255) = 37.42%

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

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 37.42%
G = 30.88%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7979B (or 0xB7979B) is known color: Careys Pink. HEX triplet: B7, 97 and 9B. RGB value is (183,151,155). Sum of RGB (Red+Green+Blue) = 183+151+155=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7979B is #486864. Grayscale: #A1A1A1. Windows color (decimal): -4745317 or 10196919. OLE color: 10196919.

HSL color Cylindrical-coordinate representation of color #B7979B: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7979B is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 151 155 -
CMYK 0 0.17 0.15 0.28
HSL 352.5º 0.18% 0.65% -
HSV(B) 352.5º 0.17% 0.72% -
XYZ 36.51 34.57 35.76 -
YUV 161.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 183 151 155 0 0.17 0.15 0.28 352.5 0.18 0.65
Hex B7 97 9B 0 11 F 1C 160 12 41
Octal 267 227 233 0 21 17 34 540 22 101
Binary 10110111 10010111 10011011 0 10001 1111 11100 101100000 10010 1000001

Color Harmonies of #B7979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7979B

Black with #B7979B

Text Example


Text Example

White with #B7979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7979B; }

 p { color: rgb(183,151,155); }

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

background-color css

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

 a { background-color: rgb(183,151,155); }

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

border-color css

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

 span { border-color: rgb(183,151,155); }

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