Html Css Color HEX #B88F8A Oriental Pink

📋 copy color: '#B88F8A'

red 184 ◦ green 143 ◦ blue 138

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

Shades of Oriental Pink #B88F8A

Tints of Oriental Pink #B88F8A

RGB

 RED value IS 184 (72.27% from 255) = 39.57%

 GREEN value IS 143 (56.25% from 255) = 30.75%

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

R = 39.57%
G = 30.75%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B88F8A (or 0xB88F8A) is known color: Oriental Pink. HEX triplet: B8, 8F and 8A. RGB value is (184,143,138). Sum of RGB (Red+Green+Blue) = 184+143+138=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F8A is #477075. Grayscale: #9A9A9A. Windows color (decimal): -4681846 or 9080760. OLE color: 9080760.

HSL color Cylindrical-coordinate representation of color #B88F8A: hue angle of 6.52º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88F8A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 138 -
CMYK 0 0.22 0.25 0.28
HSL 6.52º 0.24% 0.63% -
HSV(B) 6.52º 0.25% 0.72% -
XYZ 34.18 31.67 28.36 -
YUV 154.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 184 143 138 0 0.22 0.25 0.28 6.52 0.24 0.63
Hex B8 8F 8A 0 16 19 1C 7 18 3F
Octal 270 217 212 0 26 31 34 7 30 77
Binary 10111000 10001111 10001010 0 10110 11001 11100 111 11000 111111

Color Harmonies of #B88F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F8A

Black with #B88F8A

Text Example


Text Example

White with #B88F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F8A; }

 p { color: rgb(184,143,138); }

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

background-color css

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

 a { background-color: rgb(184,143,138); }

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

border-color css

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

 span { border-color: rgb(184,143,138); }

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