Html Css Color HEX #BE8682 Oriental Pink

📋 copy color: '#BE8682'

red 190 ◦ green 134 ◦ blue 130

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

Shades of Oriental Pink #BE8682

Tints of Oriental Pink #BE8682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 41.85%
G = 29.52%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE8682 (or 0xBE8682) is known color: Oriental Pink. HEX triplet: BE, 86 and 82. RGB value is (190,134,130). Sum of RGB (Red+Green+Blue) = 190+134+130=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8682 is #41797D. Grayscale: #969696. Windows color (decimal): -4290942 or 8554174. OLE color: 8554174.

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

Color convert

RGB 190 134 130 -
CMYK 0 0.29 0.32 0.25
HSL 0.32% 0.63% -
HSV(B) 0.32% 0.75% -
XYZ 33.79 29.61 25.05 -
YUV 150.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 190 134 130 0 0.29 0.32 0.25 4 0.32 0.63
Hex BE 86 82 0 1D 20 19 4 20 3F
Octal 276 206 202 0 35 40 31 4 40 77
Binary 10111110 10000110 10000010 0 11101 100000 11001 100 100000 111111

Color Harmonies of #BE8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8682

Black with #BE8682

Text Example


Text Example

White with #BE8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8682; }

 p { color: rgb(190,134,130); }

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

background-color css

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

 a { background-color: rgb(190,134,130); }

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

border-color css

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

 span { border-color: rgb(190,134,130); }

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