Html Css Color HEX #B89596 Careys Pink

📋 copy color: '#B89596'

red 184 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #B89596

Tints of Careys Pink #B89596

RGB

 RED value IS 184 (72.27% from 255) = 38.1%

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 38.1%
G = 30.85%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B89596 (or 0xB89596) is known color: Careys Pink. HEX triplet: B8, 95 and 96. RGB value is (184,149,150). Sum of RGB (Red+Green+Blue) = 184+149+150=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B89596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89596 is #476A69. Grayscale: #9F9F9F. Windows color (decimal): -4680298 or 9868728. OLE color: 9868728.

HSL color Cylindrical-coordinate representation of color #B89596: hue angle of 358.29º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B89596 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 150 -
CMYK 0 0.19 0.18 0.28
HSL 358.29º 0.2% 0.65% -
HSV(B) 358.29º 0.19% 0.72% -
XYZ 36.02 33.89 33.5 -
YUV 159.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 184 149 150 0 0.19 0.18 0.28 358.29 0.2 0.65
Hex B8 95 96 0 13 12 1C 166 14 41
Octal 270 225 226 0 23 22 34 546 24 101
Binary 10111000 10010101 10010110 0 10011 10010 11100 101100110 10100 1000001

Color Harmonies of #B89596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89596

Black with #B89596

Text Example


Text Example

White with #B89596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89596; }

 p { color: rgb(184,149,150); }

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

background-color css

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

 a { background-color: rgb(184,149,150); }

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

border-color css

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

 span { border-color: rgb(184,149,150); }

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