Html Css Color HEX #BB928B Oriental Pink

📋 copy color: '#BB928B'

red 187 ◦ green 146 ◦ blue 139

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

Shades of Oriental Pink #BB928B

Tints of Oriental Pink #BB928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

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

R = 39.62%
G = 30.93%
B = 29.45%

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

#BB928B (or 0xBB928B) is known color: Oriental Pink. HEX triplet: BB, 92 and 8B. RGB value is (187,146,139). Sum of RGB (Red+Green+Blue) = 187+146+139=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB928B is #446D74. Grayscale: #9D9D9D. Windows color (decimal): -4484469 or 9147067. OLE color: 9147067.

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

Color convert

RGB 187 146 139 -
CMYK 0 0.22 0.26 0.27
HSL 8.75º 0.26% 0.64% -
HSV(B) 8.75º 0.26% 0.73% -
XYZ 35.43 32.99 28.93 -
YUV 157.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 187 146 139 0 0.22 0.26 0.27 8.75 0.26 0.64
Hex BB 92 8B 0 16 1A 1B 9 1A 40
Octal 273 222 213 0 26 32 33 11 32 100
Binary 10111011 10010010 10001011 0 10110 11010 11011 1001 11010 1000000

Color Harmonies of #BB928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB928B

Black with #BB928B

Text Example


Text Example

White with #BB928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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