Html Css Color HEX #B8858B Puce

📋 copy color: '#B8858B'

red 184 ◦ green 133 ◦ blue 139

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

Shades of Puce #B8858B

Tints of Puce #B8858B

RGB

 RED value IS 184 (72.27% from 255) = 40.35%

 GREEN value IS 133 (52.34% from 255) = 29.17%

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

R = 40.35%
G = 29.17%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8858B (or 0xB8858B) is known color: Puce. HEX triplet: B8, 85 and 8B. RGB value is (184,133,139). Sum of RGB (Red+Green+Blue) = 184+133+139=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8858B is #477A74. Grayscale: #949494. Windows color (decimal): -4684405 or 9143736. OLE color: 9143736.

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

Color convert

RGB 184 133 139 -
CMYK 0 0.28 0.24 0.28
HSL 352.94º 0.26% 0.62% -
HSV(B) 352.94º 0.28% 0.72% -
XYZ 32.81 28.83 28.26 -
YUV 148.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 184 133 139 0 0.28 0.24 0.28 352.94 0.26 0.62
Hex B8 85 8B 0 1C 18 1C 161 1A 3E
Octal 270 205 213 0 34 30 34 541 32 76
Binary 10111000 10000101 10001011 0 11100 11000 11100 101100001 11010 111110

Color Harmonies of #B8858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8858B

Black with #B8858B

Text Example


Text Example

White with #B8858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8858B; }

 p { color: rgb(184,133,139); }

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

background-color css

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

 a { background-color: rgb(184,133,139); }

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

border-color css

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

 span { border-color: rgb(184,133,139); }

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