Html Css Color HEX #BF938E Oriental Pink

📋 copy color: '#BF938E'

red 191 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #BF938E

Tints of Oriental Pink #BF938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 39.79%
G = 30.63%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF938E (or 0xBF938E) is known color: Oriental Pink. HEX triplet: BF, 93 and 8E. RGB value is (191,147,142). Sum of RGB (Red+Green+Blue) = 191+147+142=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF938E is #406C71. Grayscale: #9F9F9F. Windows color (decimal): -4222066 or 9343935. OLE color: 9343935.

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

Color convert

RGB 191 147 142 -
CMYK 0 0.23 0.26 0.25
HSL 6.12º 0.28% 0.65% -
HSV(B) 6.12º 0.26% 0.75% -
XYZ 36.8 33.9 30.19 -
YUV 159.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 191 147 142 0 0.23 0.26 0.25 6.12 0.28 0.65
Hex BF 93 8E 0 17 1A 19 6 1C 41
Octal 277 223 216 0 27 32 31 6 34 101
Binary 10111111 10010011 10001110 0 10111 11010 11001 110 11100 1000001

Color Harmonies of #BF938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF938E

Black with #BF938E

Text Example


Text Example

White with #BF938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF938E; }

 p { color: rgb(191,147,142); }

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

background-color css

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

 a { background-color: rgb(191,147,142); }

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

border-color css

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

 span { border-color: rgb(191,147,142); }

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