Html Css Color HEX #BE8B81 Oriental Pink

📋 copy color: '#BE8B81'

red 190 ◦ green 139 ◦ blue 129

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

Shades of Oriental Pink #BE8B81

Tints of Oriental Pink #BE8B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 41.48%
G = 30.35%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE8B81 (or 0xBE8B81) is known color: Oriental Pink. HEX triplet: BE, 8B and 81. RGB value is (190,139,129). Sum of RGB (Red+Green+Blue) = 190+139+129=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B81 is #41747E. Grayscale: #999999. Windows color (decimal): -4289663 or 8489918. OLE color: 8489918.

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

Color convert

RGB 190 139 129 -
CMYK 0 0.27 0.32 0.25
HSL 9.84º 0.32% 0.63% -
HSV(B) 9.84º 0.32% 0.75% -
XYZ 34.43 31 24.94 -
YUV 153.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 190 139 129 0 0.27 0.32 0.25 9.84 0.32 0.63
Hex BE 8B 81 0 1B 20 19 A 20 3F
Octal 276 213 201 0 33 40 31 12 40 77
Binary 10111110 10001011 10000001 0 11011 100000 11001 1010 100000 111111

Color Harmonies of #BE8B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B81

Black with #BE8B81

Text Example


Text Example

White with #BE8B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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