Html Css Color HEX #B09899 Careys Pink

📋 copy color: '#B09899'

red 176 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #B09899

Tints of Careys Pink #B09899

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

 GREEN value IS 152 (59.77% from 255) = 31.6%

 BLUE value IS 153 (60.16% from 255) = 31.81%

R = 36.59%
G = 31.6%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B09899 (or 0xB09899) is known color: Careys Pink. HEX triplet: B0, 98 and 99. RGB value is (176,152,153). Sum of RGB (Red+Green+Blue) = 176+152+153=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B09899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09899 is #4F6766. Grayscale: #9F9F9F. Windows color (decimal): -5203815 or 10066096. OLE color: 10066096.

HSL color Cylindrical-coordinate representation of color #B09899: hue angle of 357.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B09899 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 153 -
CMYK 0 0.14 0.13 0.31
HSL 357.5º 0.13% 0.64% -
HSV(B) 357.5º 0.14% 0.69% -
XYZ 34.88 33.99 34.86 -
YUV 159.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 176 152 153 0 0.14 0.13 0.31 357.5 0.13 0.64
Hex B0 98 99 0 E D 1F 166 D 40
Octal 260 230 231 0 16 15 37 546 15 100
Binary 10110000 10011000 10011001 0 1110 1101 11111 101100110 1101 1000000

Color Harmonies of #B09899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09899

Black with #B09899

Text Example


Text Example

White with #B09899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09899; }

 p { color: rgb(176,152,153); }

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

background-color css

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

 a { background-color: rgb(176,152,153); }

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

border-color css

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

 span { border-color: rgb(176,152,153); }

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