Html Css Color HEX #B39698 Careys Pink

📋 copy color: '#B39698'

red 179 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #B39698

Tints of Careys Pink #B39698

RGB

 RED value IS 179 (70.31% from 255) = 37.21%

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 37.21%
G = 31.19%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B39698 (or 0xB39698) is known color: Careys Pink. HEX triplet: B3, 96 and 98. RGB value is (179,150,152). Sum of RGB (Red+Green+Blue) = 179+150+152=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B39698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39698 is #4C6967. Grayscale: #9E9E9E. Windows color (decimal): -5007720 or 10000051. OLE color: 10000051.

HSL color Cylindrical-coordinate representation of color #B39698: hue angle of 355.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39698 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 152 -
CMYK 0 0.16 0.15 0.30
HSL 355.86º 0.16% 0.65% -
HSV(B) 355.86º 0.16% 0.7% -
XYZ 35.16 33.66 34.35 -
YUV 158.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 179 150 152 0 0.16 0.15 0.30 355.86 0.16 0.65
Hex B3 96 98 0 10 F 1E 164 10 41
Octal 263 226 230 0 20 17 36 544 20 101
Binary 10110011 10010110 10011000 0 10000 1111 11110 101100100 10000 1000001

Color Harmonies of #B39698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39698

Black with #B39698

Text Example


Text Example

White with #B39698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39698; }

 p { color: rgb(179,150,152); }

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

background-color css

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

 a { background-color: rgb(179,150,152); }

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

border-color css

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

 span { border-color: rgb(179,150,152); }

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