Html Css Color HEX #BE8E8B Oriental Pink

📋 copy color: '#BE8E8B'

red 190 ◦ green 142 ◦ blue 139

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

Shades of Oriental Pink #BE8E8B

Tints of Oriental Pink #BE8E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 40.34%
G = 30.15%
B = 29.51%

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

#BE8E8B (or 0xBE8E8B) is known color: Oriental Pink. HEX triplet: BE, 8E and 8B. RGB value is (190,142,139). Sum of RGB (Red+Green+Blue) = 190+142+139=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E8B is #417174. Grayscale: #9C9C9C. Windows color (decimal): -4288885 or 9146046. OLE color: 9146046.

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

Color convert

RGB 190 142 139 -
CMYK 0 0.25 0.27 0.25
HSL 3.53º 0.28% 0.65% -
HSV(B) 3.53º 0.27% 0.75% -
XYZ 35.57 32.16 28.76 -
YUV 156.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 190 142 139 0 0.25 0.27 0.25 3.53 0.28 0.65
Hex BE 8E 8B 0 19 1B 19 4 1C 41
Octal 276 216 213 0 31 33 31 4 34 101
Binary 10111110 10001110 10001011 0 11001 11011 11001 100 11100 1000001

Color Harmonies of #BE8E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E8B

Black with #BE8E8B

Text Example


Text Example

White with #BE8E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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