Html Css Color HEX #B9838F Puce

📋 copy color: '#B9838F'

red 185 ◦ green 131 ◦ blue 143

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

Shades of Puce #B9838F

Tints of Puce #B9838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 40.31%
G = 28.54%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9838F (or 0xB9838F) is known color: Puce. HEX triplet: B9, 83 and 8F. RGB value is (185,131,143). Sum of RGB (Red+Green+Blue) = 185+131+143=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9838F is #467C70. Grayscale: #949494. Windows color (decimal): -4619377 or 9405369. OLE color: 9405369.

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

Color convert

RGB 185 131 143 -
CMYK 0 0.29 0.23 0.27
HSL 346.67º 0.28% 0.62% -
HSV(B) 346.67º 0.29% 0.73% -
XYZ 33.08 28.53 29.75 -
YUV 148.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 185 131 143 0 0.29 0.23 0.27 346.67 0.28 0.62
Hex B9 83 8F 0 1D 17 1B 15B 1C 3E
Octal 271 203 217 0 35 27 33 533 34 76
Binary 10111001 10000011 10001111 0 11101 10111 11011 101011011 11100 111110

Color Harmonies of #B9838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9838F

Black with #B9838F

Text Example


Text Example

White with #B9838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9838F; }

 p { color: rgb(185,131,143); }

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

background-color css

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

 a { background-color: rgb(185,131,143); }

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

border-color css

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

 span { border-color: rgb(185,131,143); }

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