Html Css Color HEX #B9868B Puce

📋 copy color: '#B9868B'

red 185 ◦ green 134 ◦ blue 139

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

Shades of Puce #B9868B

Tints of Puce #B9868B

RGB

 RED value IS 185 (72.66% from 255) = 40.39%

 GREEN value IS 134 (52.73% from 255) = 29.26%

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 40.39%
G = 29.26%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9868B (or 0xB9868B) is known color: Puce. HEX triplet: B9, 86 and 8B. RGB value is (185,134,139). Sum of RGB (Red+Green+Blue) = 185+134+139=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9868B is #467974. Grayscale: #959595. Windows color (decimal): -4618613 or 9143993. OLE color: 9143993.

HSL color Cylindrical-coordinate representation of color #B9868B: hue angle of 354.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9868B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 139 -
CMYK 0 0.28 0.25 0.27
HSL 354.12º 0.27% 0.63% -
HSV(B) 354.12º 0.28% 0.73% -
XYZ 33.19 29.23 28.32 -
YUV 149.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 185 134 139 0 0.28 0.25 0.27 354.12 0.27 0.63
Hex B9 86 8B 0 1C 19 1B 162 1B 3F
Octal 271 206 213 0 34 31 33 542 33 77
Binary 10111001 10000110 10001011 0 11100 11001 11011 101100010 11011 111111

Color Harmonies of #B9868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9868B

Black with #B9868B

Text Example


Text Example

White with #B9868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9868B; }

 p { color: rgb(185,134,139); }

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

background-color css

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

 a { background-color: rgb(185,134,139); }

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

border-color css

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

 span { border-color: rgb(185,134,139); }

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