Html Css Color HEX #B0989A Careys Pink

📋 copy color: '#B0989A'

red 176 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #B0989A

Tints of Careys Pink #B0989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 36.51%
G = 31.54%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0989A (or 0xB0989A) is known color: Careys Pink. HEX triplet: B0, 98 and 9A. RGB value is (176,152,154). Sum of RGB (Red+Green+Blue) = 176+152+154=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0989A is #4F6765. Grayscale: #9F9F9F. Windows color (decimal): -5203814 or 10131632. OLE color: 10131632.

HSL color Cylindrical-coordinate representation of color #B0989A: hue angle of 355º 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 #B0989A is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 154 -
CMYK 0 0.14 0.12 0.31
HSL 355º 0.13% 0.64% -
HSV(B) 355º 0.14% 0.69% -
XYZ 34.97 34.02 35.3 -
YUV 159.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 176 152 154 0 0.14 0.12 0.31 355 0.13 0.64
Hex B0 98 9A 0 E C 1F 163 D 40
Octal 260 230 232 0 16 14 37 543 15 100
Binary 10110000 10011000 10011010 0 1110 1100 11111 101100011 1101 1000000

Color Harmonies of #B0989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0989A

Black with #B0989A

Text Example


Text Example

White with #B0989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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