#B88583

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

Shades of Oriental Pink #B88583

Tints of Oriental Pink #B88583

Color information

#B88583 (or 0xB88583) is unknown color: approx Oriental Pink. HEX triplet: B8, 85 and 83. RGB value is (184,133,131). Sum of RGB (Red+Green+Blue) = 184+133+131=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88583 is #477A7C. Grayscale: #949494. Windows color (decimal): -4684413 or 8619448. OLE color: 8619448.

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

Color convert

RGB184133131-
CMYK00.280.290.28
HSL2.26º27.18%61.76%-
HSV(B)2.26º28.8%72.16%-
XYZ32.2528.625.29-
YUV148.02118.4153.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=41.07%
G=29.69%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413313100.280.290.282.2627.1861.76
HexB8858301C1D1C21b3e
Octal270205203034353423376
Binary10111000100001011000001101110011101111001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88583; }

 p { color: rgb(184,133,131); }

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

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

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

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

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

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

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