Html Css Color HEX #BE8982 Oriental Pink

📋 copy color: '#BE8982'

red 190 ◦ green 137 ◦ blue 130

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

Shades of Oriental Pink #BE8982

Tints of Oriental Pink #BE8982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 41.58%
G = 29.98%
B = 28.45%

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

#BE8982 (or 0xBE8982) is known color: Oriental Pink. HEX triplet: BE, 89 and 82. RGB value is (190,137,130). Sum of RGB (Red+Green+Blue) = 190+137+130=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8982 is #41767D. Grayscale: #989898. Windows color (decimal): -4290174 or 8554942. OLE color: 8554942.

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

Color convert

RGB 190 137 130 -
CMYK 0 0.28 0.32 0.25
HSL 0.32% 0.63% -
HSV(B) 0.32% 0.75% -
XYZ 34.21 30.45 25.19 -
YUV 152.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 190 137 130 0 0.28 0.32 0.25 7 0.32 0.63
Hex BE 89 82 0 1C 20 19 7 20 3F
Octal 276 211 202 0 34 40 31 7 40 77
Binary 10111110 10001001 10000010 0 11100 100000 11001 111 100000 111111

Color Harmonies of #BE8982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8982

Black with #BE8982

Text Example


Text Example

White with #BE8982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8982; }

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

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

background-color css

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

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

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

border-color css

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

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

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