Html Css Color HEX #BB8293 Puce

📋 copy color: '#BB8293'

red 187 ◦ green 130 ◦ blue 147

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

Shades of Puce #BB8293

Tints of Puce #BB8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 40.3%
G = 28.02%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB8293 (or 0xBB8293) is known color: Puce. HEX triplet: BB, 82 and 93. RGB value is (187,130,147). Sum of RGB (Red+Green+Blue) = 187+130+147=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8293 is #447D6C. Grayscale: #949494. Windows color (decimal): -4488557 or 9667259. OLE color: 9667259.

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

Color convert

RGB 187 130 147 -
CMYK 0 0.30 0.21 0.27
HSL 342.11º 0.3% 0.62% -
HSV(B) 342.11º 0.3% 0.73% -
XYZ 33.74 28.64 31.35 -
YUV 148.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 187 130 147 0 0.30 0.21 0.27 342.11 0.3 0.62
Hex BB 82 93 0 1E 15 1B 156 1E 3E
Octal 273 202 223 0 36 25 33 526 36 76
Binary 10111011 10000010 10010011 0 11110 10101 11011 101010110 11110 111110

Color Harmonies of #BB8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8293

Black with #BB8293

Text Example


Text Example

White with #BB8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8293; }

 p { color: rgb(187,130,147); }

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

background-color css

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

 a { background-color: rgb(187,130,147); }

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

border-color css

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

 span { border-color: rgb(187,130,147); }

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