Html Css Color HEX #BE8A86 Oriental Pink

📋 copy color: '#BE8A86'

red 190 ◦ green 138 ◦ blue 134

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

Shades of Oriental Pink #BE8A86

Tints of Oriental Pink #BE8A86

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

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

R = 41.13%
G = 29.87%
B = 29%

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

#BE8A86 (or 0xBE8A86) is known color: Oriental Pink. HEX triplet: BE, 8A and 86. RGB value is (190,138,134). Sum of RGB (Red+Green+Blue) = 190+138+134=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A86 is #417579. Grayscale: #999999. Windows color (decimal): -4289914 or 8817342. OLE color: 8817342.

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

Color convert

RGB 190 138 134 -
CMYK 0 0.27 0.29 0.25
HSL 4.29º 0.3% 0.64% -
HSV(B) 4.29º 0.29% 0.75% -
XYZ 34.63 30.85 26.68 -
YUV 153.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 190 138 134 0 0.27 0.29 0.25 4.29 0.3 0.64
Hex BE 8A 86 0 1B 1D 19 4 1E 40
Octal 276 212 206 0 33 35 31 4 36 100
Binary 10111110 10001010 10000110 0 11011 11101 11001 100 11110 1000000

Color Harmonies of #BE8A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A86

Black with #BE8A86

Text Example


Text Example

White with #BE8A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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