Html Css Color HEX #BE9084 Oriental Pink

📋 copy color: '#BE9084'

red 190 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #BE9084

Tints of Oriental Pink #BE9084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 40.77%
G = 30.9%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE9084 (or 0xBE9084) is known color: Oriental Pink. HEX triplet: BE, 90 and 84. RGB value is (190,144,132). Sum of RGB (Red+Green+Blue) = 190+144+132=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9084 is #416F7B. Grayscale: #9C9C9C. Windows color (decimal): -4288380 or 8687806. OLE color: 8687806.

HSL color Cylindrical-coordinate representation of color #BE9084: hue angle of 12.41º 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 #BE9084 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 132 -
CMYK 0 0.24 0.31 0.25
HSL 12.41º 0.31% 0.63% -
HSV(B) 12.41º 0.31% 0.75% -
XYZ 35.37 32.56 26.25 -
YUV 156.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 190 144 132 0 0.24 0.31 0.25 12.41 0.31 0.63
Hex BE 90 84 0 18 1F 19 C 1F 3F
Octal 276 220 204 0 30 37 31 14 37 77
Binary 10111110 10010000 10000100 0 11000 11111 11001 1100 11111 111111

Color Harmonies of #BE9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9084

Black with #BE9084

Text Example


Text Example

White with #BE9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9084; }

 p { color: rgb(190,144,132); }

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

background-color css

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

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

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

border-color css

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

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

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