Html Css Color HEX #BB918A Oriental Pink

📋 copy color: '#BB918A'

red 187 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #BB918A

Tints of Oriental Pink #BB918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 39.79%
G = 30.85%
B = 29.36%

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

#BB918A (or 0xBB918A) is known color: Oriental Pink. HEX triplet: BB, 91 and 8A. RGB value is (187,145,138). Sum of RGB (Red+Green+Blue) = 187+145+138=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB918A is #446E75. Grayscale: #9C9C9C. Windows color (decimal): -4484726 or 9081275. OLE color: 9081275.

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

Color convert

RGB 187 145 138 -
CMYK 0 0.22 0.26 0.27
HSL 8.57º 0.26% 0.64% -
HSV(B) 8.57º 0.26% 0.73% -
XYZ 35.21 32.65 28.49 -
YUV 156.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 187 145 138 0 0.22 0.26 0.27 8.57 0.26 0.64
Hex BB 91 8A 0 16 1A 1B 9 1A 40
Octal 273 221 212 0 26 32 33 11 32 100
Binary 10111011 10010001 10001010 0 10110 11010 11011 1001 11010 1000000

Color Harmonies of #BB918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB918A

Black with #BB918A

Text Example


Text Example

White with #BB918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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