Html Css Color HEX #BC9087 Oriental Pink

📋 copy color: '#BC9087'

red 188 ◦ green 144 ◦ blue 135

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

Shades of Oriental Pink #BC9087

Tints of Oriental Pink #BC9087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

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

R = 40.26%
G = 30.84%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC9087 (or 0xBC9087) is known color: Oriental Pink. HEX triplet: BC, 90 and 87. RGB value is (188,144,135). Sum of RGB (Red+Green+Blue) = 188+144+135=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9087 is #436F78. Grayscale: #9C9C9C. Windows color (decimal): -4419449 or 8884412. OLE color: 8884412.

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

Color convert

RGB 188 144 135 -
CMYK 0 0.23 0.28 0.26
HSL 10.19º 0.28% 0.63% -
HSV(B) 10.19º 0.28% 0.74% -
XYZ 35.09 32.39 27.32 -
YUV 156.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 188 144 135 0 0.23 0.28 0.26 10.19 0.28 0.63
Hex BC 90 87 0 17 1C 1A A 1C 3F
Octal 274 220 207 0 27 34 32 12 34 77
Binary 10111100 10010000 10000111 0 10111 11100 11010 1010 11100 111111

Color Harmonies of #BC9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9087

Black with #BC9087

Text Example


Text Example

White with #BC9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9087; }

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

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

background-color css

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

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

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

border-color css

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

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

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