Html Css Color HEX #BF8D88 Oriental Pink

📋 copy color: '#BF8D88'

red 191 ◦ green 141 ◦ blue 136

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

Shades of Oriental Pink #BF8D88

Tints of Oriental Pink #BF8D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 40.81%
G = 30.13%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF8D88 (or 0xBF8D88) is known color: Oriental Pink. HEX triplet: BF, 8D and 88. RGB value is (191,141,136). Sum of RGB (Red+Green+Blue) = 191+141+136=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D88 is #407277. Grayscale: #9B9B9B. Windows color (decimal): -4223608 or 8949183. OLE color: 8949183.

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

Color convert

RGB 191 141 136 -
CMYK 0 0.26 0.29 0.25
HSL 5.45º 0.3% 0.64% -
HSV(B) 5.45º 0.29% 0.75% -
XYZ 35.45 31.9 27.58 -
YUV 155.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 191 141 136 0 0.26 0.29 0.25 5.45 0.3 0.64
Hex BF 8D 88 0 1A 1D 19 5 1E 40
Octal 277 215 210 0 32 35 31 5 36 100
Binary 10111111 10001101 10001000 0 11010 11101 11001 101 11110 1000000

Color Harmonies of #BF8D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D88

Black with #BF8D88

Text Example


Text Example

White with #BF8D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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