Html Css Color HEX #BF8F88 Oriental Pink

📋 copy color: '#BF8F88'

red 191 ◦ green 143 ◦ blue 136

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

Shades of Oriental Pink #BF8F88

Tints of Oriental Pink #BF8F88

RGB

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

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

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

R = 40.64%
G = 30.43%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF8F88 (or 0xBF8F88) is known color: Oriental Pink. HEX triplet: BF, 8F and 88. RGB value is (191,143,136). Sum of RGB (Red+Green+Blue) = 191+143+136=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F88 is #407077. Grayscale: #9C9C9C. Windows color (decimal): -4223096 or 8949695. OLE color: 8949695.

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

Color convert

RGB 191 143 136 -
CMYK 0 0.25 0.29 0.25
HSL 7.64º 0.3% 0.64% -
HSV(B) 7.64º 0.29% 0.75% -
XYZ 35.75 32.5 27.68 -
YUV 156.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 191 143 136 0 0.25 0.29 0.25 7.64 0.3 0.64
Hex BF 8F 88 0 19 1D 19 8 1E 40
Octal 277 217 210 0 31 35 31 10 36 100
Binary 10111111 10001111 10001000 0 11001 11101 11001 1000 11110 1000000

Color Harmonies of #BF8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F88

Black with #BF8F88

Text Example


Text Example

White with #BF8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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