Html Css Color HEX #BF8F8B Oriental Pink

📋 copy color: '#BF8F8B'

red 191 ◦ green 143 ◦ blue 139

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

Shades of Oriental Pink #BF8F8B

Tints of Oriental Pink #BF8F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 40.38%
G = 30.23%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF8F8B (or 0xBF8F8B) is known color: Oriental Pink. HEX triplet: BF, 8F and 8B. RGB value is (191,143,139). Sum of RGB (Red+Green+Blue) = 191+143+139=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8B is #407074. Grayscale: #9C9C9C. Windows color (decimal): -4223093 or 9146303. OLE color: 9146303.

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

Color convert

RGB 191 143 139 -
CMYK 0 0.25 0.27 0.25
HSL 4.62º 0.29% 0.65% -
HSV(B) 4.62º 0.27% 0.75% -
XYZ 35.97 32.59 28.82 -
YUV 156.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 191 143 139 0 0.25 0.27 0.25 4.62 0.29 0.65
Hex BF 8F 8B 0 19 1B 19 5 1D 41
Octal 277 217 213 0 31 33 31 5 35 101
Binary 10111111 10001111 10001011 0 11001 11011 11001 101 11101 1000001

Color Harmonies of #BF8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F8B

Black with #BF8F8B

Text Example


Text Example

White with #BF8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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