Html Css Color HEX #BE8686 Oriental Pink

📋 copy color: '#BE8686'

red 190 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #BE8686

Tints of Oriental Pink #BE8686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 41.48%
G = 29.26%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE8686 (or 0xBE8686) is known color: Oriental Pink. HEX triplet: BE, 86 and 86. RGB value is (190,134,134). Sum of RGB (Red+Green+Blue) = 190+134+134=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8686 is #417979. Grayscale: #969696. Windows color (decimal): -4290938 or 8816318. OLE color: 8816318.

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

Color convert

RGB 190 134 134 -
CMYK 0 0.29 0.29 0.25
HSL 0.3% 0.64% -
HSV(B) 0.29% 0.75% -
XYZ 34.06 29.72 26.5 -
YUV 150.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 190 134 134 0 0.29 0.29 0.25 0 0.3 0.64
Hex BE 86 86 0 1D 1D 19 0 1E 40
Octal 276 206 206 0 35 35 31 0 36 100
Binary 10111110 10000110 10000110 0 11101 11101 11001 0 11110 1000000

Color Harmonies of #BE8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8686

Black with #BE8686

Text Example


Text Example

White with #BE8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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