Html Css Color HEX #BB8E8A Oriental Pink

📋 copy color: '#BB8E8A'

red 187 ◦ green 142 ◦ blue 138

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

Shades of Oriental Pink #BB8E8A

Tints of Oriental Pink #BB8E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

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

R = 40.04%
G = 30.41%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB8E8A (or 0xBB8E8A) is known color: Oriental Pink. HEX triplet: BB, 8E and 8A. RGB value is (187,142,138). Sum of RGB (Red+Green+Blue) = 187+142+138=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E8A is #447175. Grayscale: #9B9B9B. Windows color (decimal): -4485494 or 9080507. OLE color: 9080507.

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

Color convert

RGB 187 142 138 -
CMYK 0 0.24 0.26 0.27
HSL 4.9º 0.26% 0.64% -
HSV(B) 4.9º 0.26% 0.73% -
XYZ 34.75 31.75 28.34 -
YUV 155 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 187 142 138 0 0.24 0.26 0.27 4.9 0.26 0.64
Hex BB 8E 8A 0 18 1A 1B 5 1A 40
Octal 273 216 212 0 30 32 33 5 32 100
Binary 10111011 10001110 10001010 0 11000 11010 11011 101 11010 1000000

Color Harmonies of #BB8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8E8A

Black with #BB8E8A

Text Example


Text Example

White with #BB8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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