Html Css Color HEX #BB9084 Oriental Pink

📋 copy color: '#BB9084'

red 187 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #BB9084

Tints of Oriental Pink #BB9084

RGB

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

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

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

R = 40.39%
G = 31.1%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB9084 (or 0xBB9084) is known color: Oriental Pink. HEX triplet: BB, 90 and 84. RGB value is (187,144,132). Sum of RGB (Red+Green+Blue) = 187+144+132=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9084 is #446F7B. Grayscale: #9B9B9B. Windows color (decimal): -4484988 or 8687803. OLE color: 8687803.

HSL color Cylindrical-coordinate representation of color #BB9084: hue angle of 13.09º 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 #BB9084 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 144 132 -
CMYK 0 0.23 0.29 0.27
HSL 13.09º 0.29% 0.63% -
HSV(B) 13.09º 0.29% 0.73% -
XYZ 34.63 32.18 26.22 -
YUV 155.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 187 144 132 0 0.23 0.29 0.27 13.09 0.29 0.63
Hex BB 90 84 0 17 1D 1B D 1D 3F
Octal 273 220 204 0 27 35 33 15 35 77
Binary 10111011 10010000 10000100 0 10111 11101 11011 1101 11101 111111

Color Harmonies of #BB9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9084

Black with #BB9084

Text Example


Text Example

White with #BB9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9084; }

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

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

background-color css

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

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

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

border-color css

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

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

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