Html Css Color HEX #BE8981 Oriental Pink

📋 copy color: '#BE8981'

red 190 ◦ green 137 ◦ blue 129

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

Shades of Oriental Pink #BE8981

Tints of Oriental Pink #BE8981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 41.67%
G = 30.04%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE8981 (or 0xBE8981) is known color: Oriental Pink. HEX triplet: BE, 89 and 81. RGB value is (190,137,129). Sum of RGB (Red+Green+Blue) = 190+137+129=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8981 is #41767E. Grayscale: #989898. Windows color (decimal): -4290175 or 8489406. OLE color: 8489406.

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

Color convert

RGB 190 137 129 -
CMYK 0 0.28 0.32 0.25
HSL 7.87º 0.32% 0.63% -
HSV(B) 7.87º 0.32% 0.75% -
XYZ 34.14 30.42 24.84 -
YUV 151.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 190 137 129 0 0.28 0.32 0.25 7.87 0.32 0.63
Hex BE 89 81 0 1C 20 19 8 20 3F
Octal 276 211 201 0 34 40 31 10 40 77
Binary 10111110 10001001 10000001 0 11100 100000 11001 1000 100000 111111

Color Harmonies of #BE8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8981

Black with #BE8981

Text Example


Text Example

White with #BE8981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8981; }

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

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

background-color css

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

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

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

border-color css

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

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

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