Html Css Color HEX #BE9189 Oriental Pink

📋 copy color: '#BE9189'

red 190 ◦ green 145 ◦ blue 137

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

Shades of Oriental Pink #BE9189

Tints of Oriental Pink #BE9189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 40.25%
G = 30.72%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE9189 (or 0xBE9189) is known color: Oriental Pink. HEX triplet: BE, 91 and 89. RGB value is (190,145,137). Sum of RGB (Red+Green+Blue) = 190+145+137=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9189 is #416E76. Grayscale: #9D9D9D. Windows color (decimal): -4288119 or 9015742. OLE color: 9015742.

HSL color Cylindrical-coordinate representation of color #BE9189: hue angle of 9.06º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9189 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 145 137 -
CMYK 0 0.24 0.28 0.25
HSL 9.06º 0.29% 0.64% -
HSV(B) 9.06º 0.28% 0.75% -
XYZ 35.88 33 28.15 -
YUV 157.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 190 145 137 0 0.24 0.28 0.25 9.06 0.29 0.64
Hex BE 91 89 0 18 1C 19 9 1D 40
Octal 276 221 211 0 30 34 31 11 35 100
Binary 10111110 10010001 10001001 0 11000 11100 11001 1001 11101 1000000

Color Harmonies of #BE9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9189

Black with #BE9189

Text Example


Text Example

White with #BE9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9189; }

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

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

background-color css

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

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

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

border-color css

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

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

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