Html Css Color HEX #BB8092 Puce

📋 copy color: '#BB8092'

red 187 ◦ green 128 ◦ blue 146

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

Shades of Puce #BB8092

Tints of Puce #BB8092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 40.56%
G = 27.77%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB8092 (or 0xBB8092) is known color: Puce. HEX triplet: BB, 80 and 92. RGB value is (187,128,146). Sum of RGB (Red+Green+Blue) = 187+128+146=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8092 is #447F6D. Grayscale: #939393. Windows color (decimal): -4489070 or 9601211. OLE color: 9601211.

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

Color convert

RGB 187 128 146 -
CMYK 0 0.32 0.22 0.27
HSL 341.69º 0.3% 0.62% -
HSV(B) 341.69º 0.32% 0.73% -
XYZ 33.4 28.08 30.85 -
YUV 147.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 187 128 146 0 0.32 0.22 0.27 341.69 0.3 0.62
Hex BB 80 92 0 20 16 1B 156 1E 3E
Octal 273 200 222 0 40 26 33 526 36 76
Binary 10111011 10000000 10010010 0 100000 10110 11011 101010110 11110 111110

Color Harmonies of #BB8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8092

Black with #BB8092

Text Example


Text Example

White with #BB8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8092; }

 p { color: rgb(187,128,146); }

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

background-color css

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

 a { background-color: rgb(187,128,146); }

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

border-color css

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

 span { border-color: rgb(187,128,146); }

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