Html Css Color HEX #BB918B Oriental Pink

📋 copy color: '#BB918B'

red 187 ◦ green 145 ◦ blue 139

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

Shades of Oriental Pink #BB918B

Tints of Oriental Pink #BB918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.79%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 39.7%
G = 30.79%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB918B (or 0xBB918B) is known color: Oriental Pink. HEX triplet: BB, 91 and 8B. RGB value is (187,145,139). Sum of RGB (Red+Green+Blue) = 187+145+139=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB918B is #446E74. Grayscale: #9C9C9C. Windows color (decimal): -4484725 or 9146811. OLE color: 9146811.

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

Color convert

RGB 187 145 139 -
CMYK 0 0.22 0.26 0.27
HSL 7.5º 0.26% 0.64% -
HSV(B) 7.5º 0.26% 0.73% -
XYZ 35.28 32.68 28.87 -
YUV 156.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 187 145 139 0 0.22 0.26 0.27 7.5 0.26 0.64
Hex BB 91 8B 0 16 1A 1B 8 1A 40
Octal 273 221 213 0 26 32 33 10 32 100
Binary 10111011 10010001 10001011 0 10110 11010 11011 1000 11010 1000000

Color Harmonies of #BB918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB918B

Black with #BB918B

Text Example


Text Example

White with #BB918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB918B; }

 p { color: rgb(187,145,139); }

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

background-color css

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

 a { background-color: rgb(187,145,139); }

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

border-color css

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

 span { border-color: rgb(187,145,139); }

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