Html Css Color HEX #BE8380 Oriental Pink

📋 copy color: '#BE8380'

red 190 ◦ green 131 ◦ blue 128

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

Shades of Oriental Pink #BE8380

Tints of Oriental Pink #BE8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 42.32%
G = 29.18%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE8380 (or 0xBE8380) is known color: Oriental Pink. HEX triplet: BE, 83 and 80. RGB value is (190,131,128). Sum of RGB (Red+Green+Blue) = 190+131+128=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8380 is #417C7F. Grayscale: #949494. Windows color (decimal): -4291712 or 8422334. OLE color: 8422334.

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

Color convert

RGB 190 131 128 -
CMYK 0 0.31 0.33 0.25
HSL 2.9º 0.32% 0.62% -
HSV(B) 2.9º 0.33% 0.75% -
XYZ 33.25 28.74 24.22 -
YUV 148.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 190 131 128 0 0.31 0.33 0.25 2.9 0.32 0.62
Hex BE 83 80 0 1F 21 19 3 20 3E
Octal 276 203 200 0 37 41 31 3 40 76
Binary 10111110 10000011 10000000 0 11111 100001 11001 11 100000 111110

Color Harmonies of #BE8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8380

Black with #BE8380

Text Example


Text Example

White with #BE8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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