Html Css Color HEX #B7999B Careys Pink

📋 copy color: '#B7999B'

red 183 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #B7999B

Tints of Careys Pink #B7999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

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

R = 37.27%
G = 31.16%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7999B (or 0xB7999B) is known color: Careys Pink. HEX triplet: B7, 99 and 9B. RGB value is (183,153,155). Sum of RGB (Red+Green+Blue) = 183+153+155=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999B is #486664. Grayscale: #A2A2A2. Windows color (decimal): -4744805 or 10197431. OLE color: 10197431.

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

Color convert

RGB 183 153 155 -
CMYK 0 0.16 0.15 0.28
HSL 356º 0.17% 0.66% -
HSV(B) 356º 0.16% 0.72% -
XYZ 36.84 35.22 35.87 -
YUV 162.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 183 153 155 0 0.16 0.15 0.28 356 0.17 0.66
Hex B7 99 9B 0 10 F 1C 164 11 42
Octal 267 231 233 0 20 17 34 544 21 102
Binary 10110111 10011001 10011011 0 10000 1111 11100 101100100 10001 1000010

Color Harmonies of #B7999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7999B

Black with #B7999B

Text Example


Text Example

White with #B7999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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