Html Css Color HEX #BE8C87 Oriental Pink

📋 copy color: '#BE8C87'

red 190 ◦ green 140 ◦ blue 135

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

Shades of Oriental Pink #BE8C87

Tints of Oriental Pink #BE8C87

RGB

 RED value IS 190 (74.61% from 255) = 40.86%

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 40.86%
G = 30.11%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE8C87 (or 0xBE8C87) is known color: Oriental Pink. HEX triplet: BE, 8C and 87. RGB value is (190,140,135). Sum of RGB (Red+Green+Blue) = 190+140+135=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C87 is #417378. Grayscale: #9A9A9A. Windows color (decimal): -4289401 or 8883390. OLE color: 8883390.

HSL color Cylindrical-coordinate representation of color #BE8C87: hue angle of 5.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8C87 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 135 -
CMYK 0 0.26 0.29 0.25
HSL 5.45º 0.3% 0.64% -
HSV(B) 5.45º 0.29% 0.75% -
XYZ 34.99 31.45 27.15 -
YUV 154.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 190 140 135 0 0.26 0.29 0.25 5.45 0.3 0.64
Hex BE 8C 87 0 1A 1D 19 5 1E 40
Octal 276 214 207 0 32 35 31 5 36 100
Binary 10111110 10001100 10000111 0 11010 11101 11001 101 11110 1000000

Color Harmonies of #BE8C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C87

Black with #BE8C87

Text Example


Text Example

White with #BE8C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C87; }

 p { color: rgb(190,140,135); }

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

background-color css

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

 a { background-color: rgb(190,140,135); }

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

border-color css

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

 span { border-color: rgb(190,140,135); }

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