Html Css Color HEX #BC838B Puce

📋 copy color: '#BC838B'

red 188 ◦ green 131 ◦ blue 139

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

Shades of Puce #BC838B

Tints of Puce #BC838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

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

R = 41.05%
G = 28.6%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC838B (or 0xBC838B) is known color: Puce. HEX triplet: BC, 83 and 8B. RGB value is (188,131,139). Sum of RGB (Red+Green+Blue) = 188+131+139=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC838B is #437C74. Grayscale: #949494. Windows color (decimal): -4422773 or 9143228. OLE color: 9143228.

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

Color convert

RGB 188 131 139 -
CMYK 0 0.30 0.26 0.26
HSL 351.58º 0.3% 0.63% -
HSV(B) 351.58º 0.3% 0.74% -
XYZ 33.52 28.79 28.22 -
YUV 148.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 188 131 139 0 0.30 0.26 0.26 351.58 0.3 0.63
Hex BC 83 8B 0 1E 1A 1A 160 1E 3F
Octal 274 203 213 0 36 32 32 540 36 77
Binary 10111100 10000011 10001011 0 11110 11010 11010 101100000 11110 111111

Color Harmonies of #BC838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC838B

Black with #BC838B

Text Example


Text Example

White with #BC838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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