Html Css Color HEX #B99294 Careys Pink

📋 copy color: '#B99294'

red 185 ◦ green 146 ◦ blue 148

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

Shades of Careys Pink #B99294

Tints of Careys Pink #B99294

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

 GREEN value IS 146 (57.42% from 255) = 30.48%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 38.62%
G = 30.48%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B99294 (or 0xB99294) is known color: Careys Pink. HEX triplet: B9, 92 and 94. RGB value is (185,146,148). Sum of RGB (Red+Green+Blue) = 185+146+148=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B99294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99294 is #466D6B. Grayscale: #9D9D9D. Windows color (decimal): -4615532 or 9736889. OLE color: 9736889.

HSL color Cylindrical-coordinate representation of color #B99294: hue angle of 356.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99294 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 148 -
CMYK 0 0.21 0.20 0.27
HSL 356.92º 0.22% 0.65% -
HSV(B) 356.92º 0.21% 0.73% -
XYZ 35.63 33.01 32.51 -
YUV 157.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 185 146 148 0 0.21 0.20 0.27 356.92 0.22 0.65
Hex B9 92 94 0 15 14 1B 165 16 41
Octal 271 222 224 0 25 24 33 545 26 101
Binary 10111001 10010010 10010100 0 10101 10100 11011 101100101 10110 1000001

Color Harmonies of #B99294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99294

Black with #B99294

Text Example


Text Example

White with #B99294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99294; }

 p { color: rgb(185,146,148); }

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

background-color css

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

 a { background-color: rgb(185,146,148); }

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

border-color css

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

 span { border-color: rgb(185,146,148); }

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