Html Css Color HEX #BE8F80 Oriental Pink

📋 copy color: '#BE8F80'

red 190 ◦ green 143 ◦ blue 128

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

Shades of Oriental Pink #BE8F80

Tints of Oriental Pink #BE8F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 41.21%
G = 31.02%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE8F80 (or 0xBE8F80) is known color: Oriental Pink. HEX triplet: BE, 8F and 80. RGB value is (190,143,128). Sum of RGB (Red+Green+Blue) = 190+143+128=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F80 is #41707F. Grayscale: #9B9B9B. Windows color (decimal): -4288640 or 8425406. OLE color: 8425406.

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

Color convert

RGB 190 143 128 -
CMYK 0 0.25 0.33 0.25
HSL 14.52º 0.32% 0.62% -
HSV(B) 14.52º 0.33% 0.75% -
XYZ 34.95 32.15 24.79 -
YUV 155.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 190 143 128 0 0.25 0.33 0.25 14.52 0.32 0.62
Hex BE 8F 80 0 19 21 19 F 20 3E
Octal 276 217 200 0 31 41 31 17 40 76
Binary 10111110 10001111 10000000 0 11001 100001 11001 1111 100000 111110

Color Harmonies of #BE8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F80

Black with #BE8F80

Text Example


Text Example

White with #BE8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F80; }

 p { color: rgb(190,143,128); }

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

background-color css

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

 a { background-color: rgb(190,143,128); }

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

border-color css

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

 span { border-color: rgb(190,143,128); }

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