Html Css Color HEX #BB848A Puce

📋 copy color: '#BB848A'

red 187 ◦ green 132 ◦ blue 138

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

Shades of Puce #BB848A

Tints of Puce #BB848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 40.92%
G = 28.88%
B = 30.2%

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

#BB848A (or 0xBB848A) is known color: Puce. HEX triplet: BB, 84 and 8A. RGB value is (187,132,138). Sum of RGB (Red+Green+Blue) = 187+132+138=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848A is #447B75. Grayscale: #959595. Windows color (decimal): -4488054 or 9077947. OLE color: 9077947.

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

Color convert

RGB 187 132 138 -
CMYK 0 0.29 0.26 0.27
HSL 353.45º 0.29% 0.63% -
HSV(B) 353.45º 0.29% 0.73% -
XYZ 33.33 28.9 27.87 -
YUV 149.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 187 132 138 0 0.29 0.26 0.27 353.45 0.29 0.63
Hex BB 84 8A 0 1D 1A 1B 161 1D 3F
Octal 273 204 212 0 35 32 33 541 35 77
Binary 10111011 10000100 10001010 0 11101 11010 11011 101100001 11101 111111

Color Harmonies of #BB848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB848A

Black with #BB848A

Text Example


Text Example

White with #BB848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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