Html Css Color HEX #BF8887 Oriental Pink

📋 copy color: '#BF8887'

red 191 ◦ green 136 ◦ blue 135

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

Shades of Oriental Pink #BF8887

Tints of Oriental Pink #BF8887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 41.34%
G = 29.44%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF8887 (or 0xBF8887) is known color: Oriental Pink. HEX triplet: BF, 88 and 87. RGB value is (191,136,135). Sum of RGB (Red+Green+Blue) = 191+136+135=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8887 is #407778. Grayscale: #989898. Windows color (decimal): -4224889 or 8882367. OLE color: 8882367.

HSL color Cylindrical-coordinate representation of color #BF8887: hue angle of 1.07º 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 #BF8887 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 135 -
CMYK 0 0.29 0.29 0.25
HSL 1.07º 0.3% 0.64% -
HSV(B) 1.07º 0.29% 0.75% -
XYZ 34.66 30.43 26.97 -
YUV 152.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 191 136 135 0 0.29 0.29 0.25 1.07 0.3 0.64
Hex BF 88 87 0 1D 1D 19 1 1E 40
Octal 277 210 207 0 35 35 31 1 36 100
Binary 10111111 10001000 10000111 0 11101 11101 11001 1 11110 1000000

Color Harmonies of #BF8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8887

Black with #BF8887

Text Example


Text Example

White with #BF8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8887; }

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

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

background-color css

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

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

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

border-color css

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

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

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