Html Css Color HEX #BE8482 Oriental Pink

📋 copy color: '#BE8482'

red 190 ◦ green 132 ◦ blue 130

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

Shades of Oriental Pink #BE8482

Tints of Oriental Pink #BE8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 42.04%
G = 29.2%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE8482 (or 0xBE8482) is known color: Oriental Pink. HEX triplet: BE, 84 and 82. RGB value is (190,132,130). Sum of RGB (Red+Green+Blue) = 190+132+130=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8482 is #417B7D. Grayscale: #959595. Windows color (decimal): -4291454 or 8553662. OLE color: 8553662.

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

Color convert

RGB 190 132 130 -
CMYK 0 0.31 0.32 0.25
HSL 0.32% 0.63% -
HSV(B) 0.32% 0.75% -
XYZ 33.52 29.06 24.96 -
YUV 149.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 190 132 130 0 0.31 0.32 0.25 2 0.32 0.63
Hex BE 84 82 0 1F 20 19 2 20 3F
Octal 276 204 202 0 37 40 31 2 40 77
Binary 10111110 10000100 10000010 0 11111 100000 11001 10 100000 111111

Color Harmonies of #BE8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8482

Black with #BE8482

Text Example


Text Example

White with #BE8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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