Html Css Color HEX #BE8684 Oriental Pink

📋 copy color: '#BE8684'

red 190 ◦ green 134 ◦ blue 132

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

Shades of Oriental Pink #BE8684

Tints of Oriental Pink #BE8684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 41.67%
G = 29.39%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE8684 (or 0xBE8684) is known color: Oriental Pink. HEX triplet: BE, 86 and 84. RGB value is (190,134,132). Sum of RGB (Red+Green+Blue) = 190+134+132=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8684 is #41797B. Grayscale: #969696. Windows color (decimal): -4290940 or 8685246. OLE color: 8685246.

HSL color Cylindrical-coordinate representation of color #BE8684: hue angle of 2.07º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8684 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 132 -
CMYK 0 0.29 0.31 0.25
HSL 2.07º 0.31% 0.63% -
HSV(B) 2.07º 0.31% 0.75% -
XYZ 33.93 29.66 25.77 -
YUV 150.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 190 134 132 0 0.29 0.31 0.25 2.07 0.31 0.63
Hex BE 86 84 0 1D 1F 19 2 1F 3F
Octal 276 206 204 0 35 37 31 2 37 77
Binary 10111110 10000110 10000100 0 11101 11111 11001 10 11111 111111

Color Harmonies of #BE8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8684

Black with #BE8684

Text Example


Text Example

White with #BE8684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8684; }

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

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

background-color css

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

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

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

border-color css

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

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

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