Html Css Color HEX #BE8B86 Oriental Pink

📋 copy color: '#BE8B86'

red 190 ◦ green 139 ◦ blue 134

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

Shades of Oriental Pink #BE8B86

Tints of Oriental Pink #BE8B86

RGB

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

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

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

R = 41.04%
G = 30.02%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE8B86 (or 0xBE8B86) is known color: Oriental Pink. HEX triplet: BE, 8B and 86. RGB value is (190,139,134). Sum of RGB (Red+Green+Blue) = 190+139+134=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B86 is #417479. Grayscale: #999999. Windows color (decimal): -4289658 or 8817598. OLE color: 8817598.

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

Color convert

RGB 190 139 134 -
CMYK 0 0.27 0.29 0.25
HSL 5.36º 0.3% 0.64% -
HSV(B) 5.36º 0.29% 0.75% -
XYZ 34.77 31.13 26.73 -
YUV 153.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 190 139 134 0 0.27 0.29 0.25 5.36 0.3 0.64
Hex BE 8B 86 0 1B 1D 19 5 1E 40
Octal 276 213 206 0 33 35 31 5 36 100
Binary 10111110 10001011 10000110 0 11011 11101 11001 101 11110 1000000

Color Harmonies of #BE8B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B86

Black with #BE8B86

Text Example


Text Example

White with #BE8B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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