Html Css Color HEX #BB8684 Oriental Pink

📋 copy color: '#BB8684'

red 187 ◦ green 134 ◦ blue 132

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

Shades of Oriental Pink #BB8684

Tints of Oriental Pink #BB8684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

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

R = 41.28%
G = 29.58%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB8684 (or 0xBB8684) is known color: Oriental Pink. HEX triplet: BB, 86 and 84. RGB value is (187,134,132). Sum of RGB (Red+Green+Blue) = 187+134+132=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8684 is #44797B. Grayscale: #959595. Windows color (decimal): -4487548 or 8685243. OLE color: 8685243.

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

Color convert

RGB 187 134 132 -
CMYK 0 0.28 0.29 0.27
HSL 2.18º 0.29% 0.63% -
HSV(B) 2.18º 0.29% 0.73% -
XYZ 33.18 29.28 25.73 -
YUV 149.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 187 134 132 0 0.28 0.29 0.27 2.18 0.29 0.63
Hex BB 86 84 0 1C 1D 1B 2 1D 3F
Octal 273 206 204 0 34 35 33 2 35 77
Binary 10111011 10000110 10000100 0 11100 11101 11011 10 11101 111111

Color Harmonies of #BB8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8684

Black with #BB8684

Text Example


Text Example

White with #BB8684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8684; }

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

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

background-color css

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

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

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

border-color css

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

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

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