Html Css Color HEX #BE948E Oriental Pink

📋 copy color: '#BE948E'

red 190 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #BE948E

Tints of Oriental Pink #BE948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 39.58%
G = 30.83%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE948E (or 0xBE948E) is known color: Oriental Pink. HEX triplet: BE, 94 and 8E. RGB value is (190,148,142). Sum of RGB (Red+Green+Blue) = 190+148+142=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE948E is #416B71. Grayscale: #9F9F9F. Windows color (decimal): -4287346 or 9344190. OLE color: 9344190.

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

Color convert

RGB 190 148 142 -
CMYK 0 0.22 0.25 0.25
HSL 7.5º 0.27% 0.65% -
HSV(B) 7.5º 0.25% 0.75% -
XYZ 36.71 34.08 30.23 -
YUV 159.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 190 148 142 0 0.22 0.25 0.25 7.5 0.27 0.65
Hex BE 94 8E 0 16 19 19 8 1B 41
Octal 276 224 216 0 26 31 31 10 33 101
Binary 10111110 10010100 10001110 0 10110 11001 11001 1000 11011 1000001

Color Harmonies of #BE948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE948E

Black with #BE948E

Text Example


Text Example

White with #BE948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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