Html Css Color HEX #BF918A Oriental Pink

📋 copy color: '#BF918A'

red 191 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #BF918A

Tints of Oriental Pink #BF918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

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

R = 40.3%
G = 30.59%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF918A (or 0xBF918A) is known color: Oriental Pink. HEX triplet: BF, 91 and 8A. RGB value is (191,145,138). Sum of RGB (Red+Green+Blue) = 191+145+138=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF918A is #406E75. Grayscale: #9E9E9E. Windows color (decimal): -4222582 or 9081279. OLE color: 9081279.

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

Color convert

RGB 191 145 138 -
CMYK 0 0.24 0.28 0.25
HSL 7.92º 0.29% 0.65% -
HSV(B) 7.92º 0.28% 0.75% -
XYZ 36.2 33.16 28.54 -
YUV 157.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 191 145 138 0 0.24 0.28 0.25 7.92 0.29 0.65
Hex BF 91 8A 0 18 1C 19 8 1D 41
Octal 277 221 212 0 30 34 31 10 35 101
Binary 10111111 10010001 10001010 0 11000 11100 11001 1000 11101 1000001

Color Harmonies of #BF918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF918A

Black with #BF918A

Text Example


Text Example

White with #BF918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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