Html Css Color HEX #BF8B88 Oriental Pink

📋 copy color: '#BF8B88'

red 191 ◦ green 139 ◦ blue 136

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

Shades of Oriental Pink #BF8B88

Tints of Oriental Pink #BF8B88

RGB

 RED value IS 191 (75% from 255) = 40.99%

 GREEN value IS 139 (54.69% from 255) = 29.83%

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 40.99%
G = 29.83%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF8B88 (or 0xBF8B88) is known color: Oriental Pink. HEX triplet: BF, 8B and 88. RGB value is (191,139,136). Sum of RGB (Red+Green+Blue) = 191+139+136=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B88 is #407477. Grayscale: #9A9A9A. Windows color (decimal): -4224120 or 8948671. OLE color: 8948671.

HSL color Cylindrical-coordinate representation of color #BF8B88: hue angle of 3.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8B88 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 139 136 -
CMYK 0 0.27 0.29 0.25
HSL 3.27º 0.3% 0.64% -
HSV(B) 3.27º 0.29% 0.75% -
XYZ 35.16 31.32 27.48 -
YUV 154.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 191 139 136 0 0.27 0.29 0.25 3.27 0.3 0.64
Hex BF 8B 88 0 1B 1D 19 3 1E 40
Octal 277 213 210 0 33 35 31 3 36 100
Binary 10111111 10001011 10001000 0 11011 11101 11001 11 11110 1000000

Color Harmonies of #BF8B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B88

Black with #BF8B88

Text Example


Text Example

White with #BF8B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B88; }

 p { color: rgb(191,139,136); }

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

background-color css

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

 a { background-color: rgb(191,139,136); }

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

border-color css

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

 span { border-color: rgb(191,139,136); }

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