Html Css Color HEX #BF938A Oriental Pink

📋 copy color: '#BF938A'

red 191 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #BF938A

Tints of Oriental Pink #BF938A

RGB

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

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

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

R = 40.13%
G = 30.88%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF938A (or 0xBF938A) is known color: Oriental Pink. HEX triplet: BF, 93 and 8A. RGB value is (191,147,138). Sum of RGB (Red+Green+Blue) = 191+147+138=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF938A is #406C75. Grayscale: #9F9F9F. Windows color (decimal): -4222070 or 9081791. OLE color: 9081791.

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

Color convert

RGB 191 147 138 -
CMYK 0 0.23 0.28 0.25
HSL 10.19º 0.29% 0.65% -
HSV(B) 10.19º 0.28% 0.75% -
XYZ 36.51 33.78 28.64 -
YUV 159.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 191 147 138 0 0.23 0.28 0.25 10.19 0.29 0.65
Hex BF 93 8A 0 17 1C 19 A 1D 41
Octal 277 223 212 0 27 34 31 12 35 101
Binary 10111111 10010011 10001010 0 10111 11100 11001 1010 11101 1000001

Color Harmonies of #BF938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF938A

Black with #BF938A

Text Example


Text Example

White with #BF938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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