Html Css Color HEX #B4999C Careys Pink

📋 copy color: '#B4999C'

red 180 ◦ green 153 ◦ blue 156

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

Shades of Careys Pink #B4999C

Tints of Careys Pink #B4999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.9%

R = 36.81%
G = 31.29%
B = 31.9%

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

#B4999C (or 0xB4999C) is known color: Careys Pink. HEX triplet: B4, 99 and 9C. RGB value is (180,153,156). Sum of RGB (Red+Green+Blue) = 180+153+156=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4999C is #4B6663. Grayscale: #A1A1A1. Windows color (decimal): -4941412 or 10262964. OLE color: 10262964.

HSL color Cylindrical-coordinate representation of color #B4999C: hue angle of 353.33º 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 #B4999C is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 156 -
CMYK 0 0.15 0.13 0.29
HSL 353.33º 0.15% 0.65% -
HSV(B) 353.33º 0.15% 0.71% -
XYZ 36.21 34.89 36.28 -
YUV 161.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 180 153 156 0 0.15 0.13 0.29 353.33 0.15 0.65
Hex B4 99 9C 0 F D 1D 161 F 41
Octal 264 231 234 0 17 15 35 541 17 101
Binary 10110100 10011001 10011100 0 1111 1101 11101 101100001 1111 1000001

Color Harmonies of #B4999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4999C

Black with #B4999C

Text Example


Text Example

White with #B4999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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