Html Css Color HEX #BB7F93 Puce

📋 copy color: '#BB7F93'

red 187 ◦ green 127 ◦ blue 147

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

Shades of Puce #BB7F93

Tints of Puce #BB7F93

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 40.56%
G = 27.55%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB7F93 (or 0xBB7F93) is known color: Puce. HEX triplet: BB, 7F and 93. RGB value is (187,127,147). Sum of RGB (Red+Green+Blue) = 187+127+147=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F93 is #44806C. Grayscale: #939393. Windows color (decimal): -4489325 or 9666491. OLE color: 9666491.

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

Color convert

RGB 187 127 147 -
CMYK 0 0.32 0.21 0.27
HSL 340º 0.31% 0.62% -
HSV(B) 340º 0.32% 0.73% -
XYZ 33.35 27.85 31.22 -
YUV 147.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 187 127 147 0 0.32 0.21 0.27 340 0.31 0.62
Hex BB 7F 93 0 20 15 1B 154 1F 3E
Octal 273 177 223 0 40 25 33 524 37 76
Binary 10111011 1111111 10010011 0 100000 10101 11011 101010100 11111 111110

Color Harmonies of #BB7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F93

Black with #BB7F93

Text Example


Text Example

White with #BB7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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