Html Css Color HEX #B4999D Careys Pink

📋 copy color: '#B4999D'

red 180 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #B4999D

Tints of Careys Pink #B4999D

RGB

 RED value IS 180 (70.7% from 255) = 36.73%

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

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 36.73%
G = 31.22%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4999D (or 0xB4999D) is known color: Careys Pink. HEX triplet: B4, 99 and 9D. RGB value is (180,153,157). Sum of RGB (Red+Green+Blue) = 180+153+157=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4999D is #4B6662. Grayscale: #A1A1A1. Windows color (decimal): -4941411 or 10328500. OLE color: 10328500.

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

Color convert

RGB 180 153 157 -
CMYK 0 0.15 0.13 0.29
HSL 351.11º 0.15% 0.65% -
HSV(B) 351.11º 0.15% 0.71% -
XYZ 36.3 34.92 36.73 -
YUV 161.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 180 153 157 0 0.15 0.13 0.29 351.11 0.15 0.65
Hex B4 99 9D 0 F D 1D 15F F 41
Octal 264 231 235 0 17 15 35 537 17 101
Binary 10110100 10011001 10011101 0 1111 1101 11101 101011111 1111 1000001

Color Harmonies of #B4999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4999D

Black with #B4999D

Text Example


Text Example

White with #B4999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4999D; }

 p { color: rgb(180,153,157); }

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

background-color css

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

 a { background-color: rgb(180,153,157); }

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

border-color css

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

 span { border-color: rgb(180,153,157); }

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