Html Css Color HEX #BF8F8A Oriental Pink

📋 copy color: '#BF8F8A'

red 191 ◦ green 143 ◦ blue 138

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

Shades of Oriental Pink #BF8F8A

Tints of Oriental Pink #BF8F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 40.47%
G = 30.3%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF8F8A (or 0xBF8F8A) is known color: Oriental Pink. HEX triplet: BF, 8F and 8A. RGB value is (191,143,138). Sum of RGB (Red+Green+Blue) = 191+143+138=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8A is #407075. Grayscale: #9C9C9C. Windows color (decimal): -4223094 or 9080767. OLE color: 9080767.

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

Color convert

RGB 191 143 138 -
CMYK 0 0.25 0.28 0.25
HSL 5.66º 0.29% 0.65% -
HSV(B) 5.66º 0.28% 0.75% -
XYZ 35.9 32.56 28.44 -
YUV 156.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 191 143 138 0 0.25 0.28 0.25 5.66 0.29 0.65
Hex BF 8F 8A 0 19 1C 19 6 1D 41
Octal 277 217 212 0 31 34 31 6 35 101
Binary 10111111 10001111 10001010 0 11001 11100 11001 110 11101 1000001

Color Harmonies of #BF8F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F8A

Black with #BF8F8A

Text Example


Text Example

White with #BF8F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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