Html Css Color HEX #BC898B Puce

📋 copy color: '#BC898B'

red 188 ◦ green 137 ◦ blue 139

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

Shades of Puce #BC898B

Tints of Puce #BC898B

RGB

 RED value IS 188 (73.83% from 255) = 40.52%

 GREEN value IS 137 (53.91% from 255) = 29.53%

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

R = 40.52%
G = 29.53%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC898B (or 0xBC898B) is known color: Puce. HEX triplet: BC, 89 and 8B. RGB value is (188,137,139). Sum of RGB (Red+Green+Blue) = 188+137+139=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898B is #437674. Grayscale: #989898. Windows color (decimal): -4421237 or 9144764. OLE color: 9144764.

HSL color Cylindrical-coordinate representation of color #BC898B: hue angle of 357.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC898B is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 139 -
CMYK 0 0.27 0.26 0.26
HSL 357.65º 0.28% 0.64% -
HSV(B) 357.65º 0.27% 0.74% -
XYZ 34.34 30.45 28.49 -
YUV 152.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 188 137 139 0 0.27 0.26 0.26 357.65 0.28 0.64
Hex BC 89 8B 0 1B 1A 1A 166 1C 40
Octal 274 211 213 0 33 32 32 546 34 100
Binary 10111100 10001001 10001011 0 11011 11010 11010 101100110 11100 1000000

Color Harmonies of #BC898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC898B

Black with #BC898B

Text Example


Text Example

White with #BC898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC898B; }

 p { color: rgb(188,137,139); }

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

background-color css

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

 a { background-color: rgb(188,137,139); }

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

border-color css

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

 span { border-color: rgb(188,137,139); }

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