Html Css Color HEX #BE9089 Oriental Pink

📋 copy color: '#BE9089'

red 190 ◦ green 144 ◦ blue 137

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

Shades of Oriental Pink #BE9089

Tints of Oriental Pink #BE9089

RGB

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

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

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

R = 40.34%
G = 30.57%
B = 29.09%

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

#BE9089 (or 0xBE9089) is known color: Oriental Pink. HEX triplet: BE, 90 and 89. RGB value is (190,144,137). Sum of RGB (Red+Green+Blue) = 190+144+137=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9089 is #416F76. Grayscale: #9D9D9D. Windows color (decimal): -4288375 or 9015486. OLE color: 9015486.

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

Color convert

RGB 190 144 137 -
CMYK 0 0.24 0.28 0.25
HSL 7.92º 0.29% 0.64% -
HSV(B) 7.92º 0.28% 0.75% -
XYZ 35.72 32.7 28.1 -
YUV 156.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 190 144 137 0 0.24 0.28 0.25 7.92 0.29 0.64
Hex BE 90 89 0 18 1C 19 8 1D 40
Octal 276 220 211 0 30 34 31 10 35 100
Binary 10111110 10010000 10001001 0 11000 11100 11001 1000 11101 1000000

Color Harmonies of #BE9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9089

Black with #BE9089

Text Example


Text Example

White with #BE9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9089; }

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

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

background-color css

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

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

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

border-color css

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

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

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