Html Css Color HEX #B6999A Careys Pink

📋 copy color: '#B6999A'

red 182 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #B6999A

Tints of Careys Pink #B6999A

RGB

 RED value IS 182 (71.48% from 255) = 37.22%

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

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

R = 37.22%
G = 31.29%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6999A (or 0xB6999A) is known color: Careys Pink. HEX triplet: B6, 99 and 9A. RGB value is (182,153,154). Sum of RGB (Red+Green+Blue) = 182+153+154=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6999A is #496665. Grayscale: #A1A1A1. Windows color (decimal): -4810342 or 10131894. OLE color: 10131894.

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

Color convert

RGB 182 153 154 -
CMYK 0 0.16 0.15 0.29
HSL 357.93º 0.17% 0.66% -
HSV(B) 357.93º 0.16% 0.71% -
XYZ 36.52 35.06 35.41 -
YUV 161.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 182 153 154 0 0.16 0.15 0.29 357.93 0.17 0.66
Hex B6 99 9A 0 10 F 1D 166 11 42
Octal 266 231 232 0 20 17 35 546 21 102
Binary 10110110 10011001 10011010 0 10000 1111 11101 101100110 10001 1000010

Color Harmonies of #B6999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6999A

Black with #B6999A

Text Example


Text Example

White with #B6999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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