Html Css Color HEX #BF738A Tapestry

📋 copy color: '#BF738A'

red 191 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #BF738A

Tints of Tapestry #BF738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 43.02%
G = 25.9%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF738A (or 0xBF738A) is known color: Tapestry. HEX triplet: BF, 73 and 8A. RGB value is (191,115,138). Sum of RGB (Red+Green+Blue) = 191+115+138=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF738A is #408C75. Grayscale: #8C8C8C. Windows color (decimal): -4230262 or 9073599. OLE color: 9073599.

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

Color convert

RGB 191 115 138 -
CMYK 0 0.40 0.28 0.25
HSL 341.84º 0.37% 0.6% -
HSV(B) 341.84º 0.4% 0.75% -
XYZ 32.2 25.17 27.21 -
YUV 140.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 191 115 138 0 0.40 0.28 0.25 341.84 0.37 0.6
Hex BF 73 8A 0 28 1C 19 156 25 3C
Octal 277 163 212 0 50 34 31 526 45 74
Binary 10111111 1110011 10001010 0 101000 11100 11001 101010110 100101 111100

Color Harmonies of #BF738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF738A

Black with #BF738A

Text Example


Text Example

White with #BF738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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