Html Css Color HEX #B3999B Careys Pink

📋 copy color: '#B3999B'

red 179 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #B3999B

Tints of Careys Pink #B3999B

RGB

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

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

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

R = 36.76%
G = 31.42%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3999B (or 0xB3999B) is known color: Careys Pink. HEX triplet: B3, 99 and 9B. RGB value is (179,153,155). Sum of RGB (Red+Green+Blue) = 179+153+155=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3999B is #4C6664. Grayscale: #A1A1A1. Windows color (decimal): -5006949 or 10197427. OLE color: 10197427.

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

Color convert

RGB 179 153 155 -
CMYK 0 0.15 0.13 0.30
HSL 355.38º 0.15% 0.65% -
HSV(B) 355.38º 0.15% 0.7% -
XYZ 35.9 34.73 35.82 -
YUV 161 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 179 153 155 0 0.15 0.13 0.30 355.38 0.15 0.65
Hex B3 99 9B 0 F D 1E 163 F 41
Octal 263 231 233 0 17 15 36 543 17 101
Binary 10110011 10011001 10011011 0 1111 1101 11110 101100011 1111 1000001

Color Harmonies of #B3999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3999B

Black with #B3999B

Text Example


Text Example

White with #B3999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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