Html Css Color HEX #BE9086 Oriental Pink

📋 copy color: '#BE9086'

red 190 ◦ green 144 ◦ blue 134

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

Shades of Oriental Pink #BE9086

Tints of Oriental Pink #BE9086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 40.6%
G = 30.77%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9086 (or 0xBE9086) is known color: Oriental Pink. HEX triplet: BE, 90 and 86. RGB value is (190,144,134). Sum of RGB (Red+Green+Blue) = 190+144+134=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9086 is #416F79. Grayscale: #9C9C9C. Windows color (decimal): -4288378 or 8818878. OLE color: 8818878.

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

Color convert

RGB 190 144 134 -
CMYK 0 0.24 0.29 0.25
HSL 10.71º 0.3% 0.64% -
HSV(B) 10.71º 0.29% 0.75% -
XYZ 35.51 32.61 26.98 -
YUV 156.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 190 144 134 0 0.24 0.29 0.25 10.71 0.3 0.64
Hex BE 90 86 0 18 1D 19 B 1E 40
Octal 276 220 206 0 30 35 31 13 36 100
Binary 10111110 10010000 10000110 0 11000 11101 11001 1011 11110 1000000

Color Harmonies of #BE9086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9086

Black with #BE9086

Text Example


Text Example

White with #BE9086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9086; }

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

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

background-color css

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

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

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

border-color css

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

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

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