Html Css Color HEX #BC8B87 Oriental Pink

📋 copy color: '#BC8B87'

red 188 ◦ green 139 ◦ blue 135

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

Shades of Oriental Pink #BC8B87

Tints of Oriental Pink #BC8B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 40.69%
G = 30.09%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC8B87 (or 0xBC8B87) is known color: Oriental Pink. HEX triplet: BC, 8B and 87. RGB value is (188,139,135). Sum of RGB (Red+Green+Blue) = 188+139+135=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B87 is #437478. Grayscale: #999999. Windows color (decimal): -4420729 or 8883132. OLE color: 8883132.

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

Color convert

RGB 188 139 135 -
CMYK 0 0.26 0.28 0.26
HSL 4.53º 0.28% 0.63% -
HSV(B) 4.53º 0.28% 0.74% -
XYZ 34.34 30.91 27.08 -
YUV 153.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 188 139 135 0 0.26 0.28 0.26 4.53 0.28 0.63
Hex BC 8B 87 0 1A 1C 1A 5 1C 3F
Octal 274 213 207 0 32 34 32 5 34 77
Binary 10111100 10001011 10000111 0 11010 11100 11010 101 11100 111111

Color Harmonies of #BC8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B87

Black with #BC8B87

Text Example


Text Example

White with #BC8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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