Html Css Color HEX #BE8685 Oriental Pink

📋 copy color: '#BE8685'

red 190 ◦ green 134 ◦ blue 133

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

Shades of Oriental Pink #BE8685

Tints of Oriental Pink #BE8685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 41.58%
G = 29.32%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE8685 (or 0xBE8685) is known color: Oriental Pink. HEX triplet: BE, 86 and 85. RGB value is (190,134,133). Sum of RGB (Red+Green+Blue) = 190+134+133=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8685 is #41797A. Grayscale: #969696. Windows color (decimal): -4290939 or 8750782. OLE color: 8750782.

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

Color convert

RGB 190 134 133 -
CMYK 0 0.29 0.3 0.25
HSL 1.05º 0.3% 0.63% -
HSV(B) 1.05º 0.3% 0.75% -
XYZ 33.99 29.69 26.13 -
YUV 150.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 190 134 133 0 0.29 0.3 0.25 1.05 0.3 0.63
Hex BE 86 85 0 1D 1E 19 1 1E 3F
Octal 276 206 205 0 35 36 31 1 36 77
Binary 10111110 10000110 10000101 0 11101 11110 11001 1 11110 111111

Color Harmonies of #BE8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8685

Black with #BE8685

Text Example


Text Example

White with #BE8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8685; }

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

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

background-color css

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

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

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

border-color css

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

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

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