#B98683

Color #B98683 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #B98683

Tints of Oriental Pink #B98683

Color information

#B98683 (or 0xB98683) is unknown color: approx Oriental Pink. HEX triplet: B9, 86 and 83. RGB value is (185,134,131). Sum of RGB (Red+Green+Blue) = 185+134+131=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B98683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98683 is #46797C. Grayscale: #949494. Windows color (decimal): -4618621 or 8619705. OLE color: 8619705.

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

Color convert

RGB185134131-
CMYK00.280.290.27
HSL3.33º27.84%61.96%-
HSV(B)3.33º29.19%72.55%-
XYZ32.632925.35-
YUV148.91117.9153.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=41.11%
G=29.78%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513413100.280.290.273.3327.8461.96
HexB9868301C1D1B31c3e
Octal271206203034353333476
Binary10111001100001101000001101110011101110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98683; }

 p { color: rgb(185,134,131); }

 H1.HeaderClassName
 {
   color: #B98683;
 }
 .AnyTagClassName
 {
   color: #B98683;
 }
</style>
background-color css

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

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

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

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

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

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