Html Css Color HEX #BE8D89 Oriental Pink

📋 copy color: '#BE8D89'

red 190 ◦ green 141 ◦ blue 137

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

Shades of Oriental Pink #BE8D89

Tints of Oriental Pink #BE8D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 40.6%
G = 30.13%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE8D89 (or 0xBE8D89) is known color: Oriental Pink. HEX triplet: BE, 8D and 89. RGB value is (190,141,137). Sum of RGB (Red+Green+Blue) = 190+141+137=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D89 is #417276. Grayscale: #9B9B9B. Windows color (decimal): -4289143 or 9014718. OLE color: 9014718.

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

Color convert

RGB 190 141 137 -
CMYK 0 0.26 0.28 0.25
HSL 4.53º 0.29% 0.64% -
HSV(B) 4.53º 0.28% 0.75% -
XYZ 35.28 31.8 27.95 -
YUV 155.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 190 141 137 0 0.26 0.28 0.25 4.53 0.29 0.64
Hex BE 8D 89 0 1A 1C 19 5 1D 40
Octal 276 215 211 0 32 34 31 5 35 100
Binary 10111110 10001101 10001001 0 11010 11100 11001 101 11101 1000000

Color Harmonies of #BE8D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D89

Black with #BE8D89

Text Example


Text Example

White with #BE8D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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