Html Css Color HEX #BE8383 Oriental Pink

📋 copy color: '#BE8383'

red 190 ◦ green 131 ◦ blue 131

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

Shades of Oriental Pink #BE8383

Tints of Oriental Pink #BE8383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 42.04%
G = 28.98%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE8383 (or 0xBE8383) is known color: Oriental Pink. HEX triplet: BE, 83 and 83. RGB value is (190,131,131). Sum of RGB (Red+Green+Blue) = 190+131+131=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8383 is #417C7C. Grayscale: #949494. Windows color (decimal): -4291709 or 8618942. OLE color: 8618942.

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

Color convert

RGB 190 131 131 -
CMYK 0 0.31 0.31 0.25
HSL 0.31% 0.63% -
HSV(B) 0.31% 0.75% -
XYZ 33.45 28.82 25.27 -
YUV 148.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 190 131 131 0 0.31 0.31 0.25 0 0.31 0.63
Hex BE 83 83 0 1F 1F 19 0 1F 3F
Octal 276 203 203 0 37 37 31 0 37 77
Binary 10111110 10000011 10000011 0 11111 11111 11001 0 11111 111111

Color Harmonies of #BE8383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8383

Black with #BE8383

Text Example


Text Example

White with #BE8383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8383; }

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

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

background-color css

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

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

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

border-color css

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

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

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