Html Css Color HEX #BE8C86 Oriental Pink

📋 copy color: '#BE8C86'

red 190 ◦ green 140 ◦ blue 134

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

Shades of Oriental Pink #BE8C86

Tints of Oriental Pink #BE8C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.88%

R = 40.95%
G = 30.17%
B = 28.88%

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

#BE8C86 (or 0xBE8C86) is known color: Oriental Pink. HEX triplet: BE, 8C and 86. RGB value is (190,140,134). Sum of RGB (Red+Green+Blue) = 190+140+134=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C86 is #417379. Grayscale: #9A9A9A. Windows color (decimal): -4289402 or 8817854. OLE color: 8817854.

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

Color convert

RGB 190 140 134 -
CMYK 0 0.26 0.29 0.25
HSL 6.43º 0.3% 0.64% -
HSV(B) 6.43º 0.29% 0.75% -
XYZ 34.92 31.42 26.78 -
YUV 154.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 190 140 134 0 0.26 0.29 0.25 6.43 0.3 0.64
Hex BE 8C 86 0 1A 1D 19 6 1E 40
Octal 276 214 206 0 32 35 31 6 36 100
Binary 10111110 10001100 10000110 0 11010 11101 11001 110 11110 1000000

Color Harmonies of #BE8C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C86

Black with #BE8C86

Text Example


Text Example

White with #BE8C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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