Html Css Color HEX #BC8A8B Puce

📋 copy color: '#BC8A8B'

red 188 ◦ green 138 ◦ blue 139

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

Shades of Puce #BC8A8B

Tints of Puce #BC8A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 40.43%
G = 29.68%
B = 29.89%

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

#BC8A8B (or 0xBC8A8B) is known color: Puce. HEX triplet: BC, 8A and 8B. RGB value is (188,138,139). Sum of RGB (Red+Green+Blue) = 188+138+139=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8A8B is #437574. Grayscale: #999999. Windows color (decimal): -4420981 or 9145020. OLE color: 9145020.

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

Color convert

RGB 188 138 139 -
CMYK 0 0.27 0.26 0.26
HSL 358.8º 0.27% 0.64% -
HSV(B) 358.8º 0.27% 0.74% -
XYZ 34.49 30.73 28.54 -
YUV 153.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 188 138 139 0 0.27 0.26 0.26 358.8 0.27 0.64
Hex BC 8A 8B 0 1B 1A 1A 167 1B 40
Octal 274 212 213 0 33 32 32 547 33 100
Binary 10111100 10001010 10001011 0 11011 11010 11010 101100111 11011 1000000

Color Harmonies of #BC8A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A8B

Black with #BC8A8B

Text Example


Text Example

White with #BC8A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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