#BB8F82

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

Shades of Oriental Pink #BB8F82

Tints of Oriental Pink #BB8F82

Color information

#BB8F82 (or 0xBB8F82) is unknown color: approx Oriental Pink. HEX triplet: BB, 8F and 82. RGB value is (187,143,130). Sum of RGB (Red+Green+Blue) = 187+143+130=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F82 is #44707D. Grayscale: #9A9A9A. Windows color (decimal): -4485246 or 8556475. OLE color: 8556475.

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

Color convert

RGB187143130-
CMYK00.240.300.27
HSL13.68º29.53%62.16%-
HSV(B)13.68º30.48%73.33%-
XYZ34.3531.8225.45-
YUV154.67114.08151.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=40.65%
G=31.09%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714313000.240.300.2713.6829.5362.16
HexBB8F820181E1Be1e3e
Octal2732172020303633163676
Binary1011101110001111100000100110001111011011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F82; }

 p { color: rgb(187,143,130); }

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

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

 a { background-color: rgb(187,143,130); }

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

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

 span { border-color: rgb(187,143,130); }

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