Html Css Color HEX #BE8882 Oriental Pink

📋 copy color: '#BE8882'

red 190 ◦ green 136 ◦ blue 130

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

Shades of Oriental Pink #BE8882

Tints of Oriental Pink #BE8882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

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

R = 41.67%
G = 29.82%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE8882 (or 0xBE8882) is known color: Oriental Pink. HEX triplet: BE, 88 and 82. RGB value is (190,136,130). Sum of RGB (Red+Green+Blue) = 190+136+130=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8882 is #41777D. Grayscale: #979797. Windows color (decimal): -4290430 or 8554686. OLE color: 8554686.

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

Color convert

RGB 190 136 130 -
CMYK 0 0.28 0.32 0.25
HSL 0.32% 0.63% -
HSV(B) 0.32% 0.75% -
XYZ 34.07 30.17 25.15 -
YUV 151.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 190 136 130 0 0.28 0.32 0.25 6 0.32 0.63
Hex BE 88 82 0 1C 20 19 6 20 3F
Octal 276 210 202 0 34 40 31 6 40 77
Binary 10111110 10001000 10000010 0 11100 100000 11001 110 100000 111111

Color Harmonies of #BE8882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8882

Black with #BE8882

Text Example


Text Example

White with #BE8882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8882; }

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

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

background-color css

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

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

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

border-color css

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

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

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