Html Css Color HEX #BC898A Puce

📋 copy color: '#BC898A'

red 188 ◦ green 137 ◦ blue 138

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

Shades of Puce #BC898A

Tints of Puce #BC898A

RGB

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

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

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

R = 40.6%
G = 29.59%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC898A (or 0xBC898A) is known color: Puce. HEX triplet: BC, 89 and 8A. RGB value is (188,137,138). Sum of RGB (Red+Green+Blue) = 188+137+138=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898A is #437675. Grayscale: #989898. Windows color (decimal): -4421238 or 9079228. OLE color: 9079228.

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

Color convert

RGB 188 137 138 -
CMYK 0 0.27 0.27 0.26
HSL 358.82º 0.28% 0.64% -
HSV(B) 358.82º 0.27% 0.74% -
XYZ 34.27 30.42 28.11 -
YUV 152.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 188 137 138 0 0.27 0.27 0.26 358.82 0.28 0.64
Hex BC 89 8A 0 1B 1B 1A 167 1C 40
Octal 274 211 212 0 33 33 32 547 34 100
Binary 10111100 10001001 10001010 0 11011 11011 11010 101100111 11100 1000000

Color Harmonies of #BC898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC898A

Black with #BC898A

Text Example


Text Example

White with #BC898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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