Html Css Color HEX #B7999A Careys Pink

📋 copy color: '#B7999A'

red 183 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #B7999A

Tints of Careys Pink #B7999A

RGB

 RED value IS 183 (71.88% from 255) = 37.35%

 GREEN value IS 153 (60.16% from 255) = 31.22%

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

R = 37.35%
G = 31.22%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7999A (or 0xB7999A) is known color: Careys Pink. HEX triplet: B7, 99 and 9A. RGB value is (183,153,154). Sum of RGB (Red+Green+Blue) = 183+153+154=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999A is #486665. Grayscale: #A2A2A2. Windows color (decimal): -4744806 or 10131895. OLE color: 10131895.

HSL color Cylindrical-coordinate representation of color #B7999A: hue angle of 358º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7999A is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 153 154 -
CMYK 0 0.16 0.16 0.28
HSL 358º 0.17% 0.66% -
HSV(B) 358º 0.16% 0.72% -
XYZ 36.75 35.18 35.43 -
YUV 162.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 183 153 154 0 0.16 0.16 0.28 358 0.17 0.66
Hex B7 99 9A 0 10 10 1C 166 11 42
Octal 267 231 232 0 20 20 34 546 21 102
Binary 10110111 10011001 10011010 0 10000 10000 11100 101100110 10001 1000010

Color Harmonies of #B7999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7999A

Black with #B7999A

Text Example


Text Example

White with #B7999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7999A; }

 p { color: rgb(183,153,154); }

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

background-color css

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

 a { background-color: rgb(183,153,154); }

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

border-color css

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

 span { border-color: rgb(183,153,154); }

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