Html Css Color HEX #BB848B Puce

📋 copy color: '#BB848B'

red 187 ◦ green 132 ◦ blue 139

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

Shades of Puce #BB848B

Tints of Puce #BB848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

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

R = 40.83%
G = 28.82%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB848B (or 0xBB848B) is known color: Puce. HEX triplet: BB, 84 and 8B. RGB value is (187,132,139). Sum of RGB (Red+Green+Blue) = 187+132+139=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848B is #447B74. Grayscale: #959595. Windows color (decimal): -4488053 or 9143483. OLE color: 9143483.

HSL color Cylindrical-coordinate representation of color #BB848B: hue angle of 352.36º degrees, saturation: 0.29, 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 #BB848B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 139 -
CMYK 0 0.29 0.26 0.27
HSL 352.36º 0.29% 0.63% -
HSV(B) 352.36º 0.29% 0.73% -
XYZ 33.4 28.93 28.25 -
YUV 149.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 187 132 139 0 0.29 0.26 0.27 352.36 0.29 0.63
Hex BB 84 8B 0 1D 1A 1B 160 1D 3F
Octal 273 204 213 0 35 32 33 540 35 77
Binary 10111011 10000100 10001011 0 11101 11010 11011 101100000 11101 111111

Color Harmonies of #BB848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB848B

Black with #BB848B

Text Example


Text Example

White with #BB848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB848B; }

 p { color: rgb(187,132,139); }

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

background-color css

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

 a { background-color: rgb(187,132,139); }

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

border-color css

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

 span { border-color: rgb(187,132,139); }

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