Html Css Color HEX #BE8987 Oriental Pink

📋 copy color: '#BE8987'

red 190 ◦ green 137 ◦ blue 135

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

Shades of Oriental Pink #BE8987

Tints of Oriental Pink #BE8987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 41.13%
G = 29.65%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE8987 (or 0xBE8987) is known color: Oriental Pink. HEX triplet: BE, 89 and 87. RGB value is (190,137,135). Sum of RGB (Red+Green+Blue) = 190+137+135=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8987 is #417678. Grayscale: #989898. Windows color (decimal): -4290169 or 8882622. OLE color: 8882622.

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

Color convert

RGB 190 137 135 -
CMYK 0 0.28 0.29 0.25
HSL 2.18º 0.3% 0.64% -
HSV(B) 2.18º 0.29% 0.75% -
XYZ 34.55 30.59 27 -
YUV 152.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 190 137 135 0 0.28 0.29 0.25 2.18 0.3 0.64
Hex BE 89 87 0 1C 1D 19 2 1E 40
Octal 276 211 207 0 34 35 31 2 36 100
Binary 10111110 10001001 10000111 0 11100 11101 11001 10 11110 1000000

Color Harmonies of #BE8987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8987

Black with #BE8987

Text Example


Text Example

White with #BE8987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8987; }

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

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

background-color css

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

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

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

border-color css

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

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

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