Html Css Color HEX #BE8E8A Oriental Pink

📋 copy color: '#BE8E8A'

red 190 ◦ green 142 ◦ blue 138

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

Shades of Oriental Pink #BE8E8A

Tints of Oriental Pink #BE8E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 40.43%
G = 30.21%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE8E8A (or 0xBE8E8A) is known color: Oriental Pink. HEX triplet: BE, 8E and 8A. RGB value is (190,142,138). Sum of RGB (Red+Green+Blue) = 190+142+138=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E8A is #417175. Grayscale: #9B9B9B. Windows color (decimal): -4288886 or 9080510. OLE color: 9080510.

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

Color convert

RGB 190 142 138 -
CMYK 0 0.25 0.27 0.25
HSL 4.62º 0.29% 0.64% -
HSV(B) 4.62º 0.27% 0.75% -
XYZ 35.5 32.13 28.38 -
YUV 155.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 190 142 138 0 0.25 0.27 0.25 4.62 0.29 0.64
Hex BE 8E 8A 0 19 1B 19 5 1D 40
Octal 276 216 212 0 31 33 31 5 35 100
Binary 10111110 10001110 10001010 0 11001 11011 11001 101 11101 1000000

Color Harmonies of #BE8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E8A

Black with #BE8E8A

Text Example


Text Example

White with #BE8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E8A; }

 p { color: rgb(190,142,138); }

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

background-color css

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

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

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

border-color css

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

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

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