Html Css Color HEX #BB858D Puce

📋 copy color: '#BB858D'

red 187 ◦ green 133 ◦ blue 141

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

Shades of Puce #BB858D

Tints of Puce #BB858D

RGB

 RED value IS 187 (73.44% from 255) = 40.56%

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 40.56%
G = 28.85%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB858D (or 0xBB858D) is known color: Puce. HEX triplet: BB, 85 and 8D. RGB value is (187,133,141). Sum of RGB (Red+Green+Blue) = 187+133+141=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB858D is #447A72. Grayscale: #969696. Windows color (decimal): -4487795 or 9274811. OLE color: 9274811.

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

Color convert

RGB 187 133 141 -
CMYK 0 0.29 0.25 0.27
HSL 351.11º 0.28% 0.63% -
HSV(B) 351.11º 0.29% 0.73% -
XYZ 33.69 29.26 29.07 -
YUV 150.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 187 133 141 0 0.29 0.25 0.27 351.11 0.28 0.63
Hex BB 85 8D 0 1D 19 1B 15F 1C 3F
Octal 273 205 215 0 35 31 33 537 34 77
Binary 10111011 10000101 10001101 0 11101 11001 11011 101011111 11100 111111

Color Harmonies of #BB858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB858D

Black with #BB858D

Text Example


Text Example

White with #BB858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB858D; }

 p { color: rgb(187,133,141); }

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

background-color css

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

 a { background-color: rgb(187,133,141); }

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

border-color css

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

 span { border-color: rgb(187,133,141); }

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