Html Css Color HEX #BB8984 Oriental Pink

📋 copy color: '#BB8984'

red 187 ◦ green 137 ◦ blue 132

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

Shades of Oriental Pink #BB8984

Tints of Oriental Pink #BB8984

RGB

 RED value IS 187 (73.44% from 255) = 41.01%

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 41.01%
G = 30.04%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB8984 (or 0xBB8984) is known color: Oriental Pink. HEX triplet: BB, 89 and 84. RGB value is (187,137,132). Sum of RGB (Red+Green+Blue) = 187+137+132=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8984 is #44767B. Grayscale: #979797. Windows color (decimal): -4486780 or 8686011. OLE color: 8686011.

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

Color convert

RGB 187 137 132 -
CMYK 0 0.27 0.29 0.27
HSL 5.45º 0.29% 0.63% -
HSV(B) 5.45º 0.29% 0.73% -
XYZ 33.6 30.12 25.87 -
YUV 151.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 187 137 132 0 0.27 0.29 0.27 5.45 0.29 0.63
Hex BB 89 84 0 1B 1D 1B 5 1D 3F
Octal 273 211 204 0 33 35 33 5 35 77
Binary 10111011 10001001 10000100 0 11011 11101 11011 101 11101 111111

Color Harmonies of #BB8984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8984

Black with #BB8984

Text Example


Text Example

White with #BB8984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8984; }

 p { color: rgb(187,137,132); }

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

background-color css

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

 a { background-color: rgb(187,137,132); }

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

border-color css

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

 span { border-color: rgb(187,137,132); }

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