Html Css Color HEX #BE8782 Oriental Pink

📋 copy color: '#BE8782'

red 190 ◦ green 135 ◦ blue 130

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

Shades of Oriental Pink #BE8782

Tints of Oriental Pink #BE8782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.67%

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

R = 41.76%
G = 29.67%
B = 28.57%

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

#BE8782 (or 0xBE8782) is known color: Oriental Pink. HEX triplet: BE, 87 and 82. RGB value is (190,135,130). Sum of RGB (Red+Green+Blue) = 190+135+130=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8782 is #41787D. Grayscale: #969696. Windows color (decimal): -4290686 or 8554430. OLE color: 8554430.

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

Color convert

RGB 190 135 130 -
CMYK 0 0.29 0.32 0.25
HSL 0.32% 0.63% -
HSV(B) 0.32% 0.75% -
XYZ 33.93 29.89 25.1 -
YUV 150.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 190 135 130 0 0.29 0.32 0.25 5 0.32 0.63
Hex BE 87 82 0 1D 20 19 5 20 3F
Octal 276 207 202 0 35 40 31 5 40 77
Binary 10111110 10000111 10000010 0 11101 100000 11001 101 100000 111111

Color Harmonies of #BE8782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8782

Black with #BE8782

Text Example


Text Example

White with #BE8782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8782; }

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

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

background-color css

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

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

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

border-color css

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

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

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